@@ -3,8 +3,20 @@ Changelog
3
3
4
4
.. currentmodule :: djangotoolbox.fields
5
5
6
- Version 0.4
7
- -----------
6
+ Version 0.5 (TBD)
7
+ -----------------
8
+ * PyPy support
9
+ * MongoDB 2.0 support
10
+ * New custom primary key behaviour (to be documented)
11
+ * Deprecated the ``MongoMeta.{index_together,descending_indexes,sparse_indexes} ``
12
+ properties in favor of the new ``MongoMeta.indexes `` setting
13
+ * Deprecation of ``A() `` queries
14
+ * Deprecation of the ``GridFSField.versioning `` feature
15
+ * Numerous query generator fixes
16
+ * Other bug fixes, cleanup, new tests etc.
17
+
18
+ Version 0.4 (May 2011)
19
+ ----------------------
8
20
* :doc: `GridFS storage backend </topics/gridfs >`
9
21
* Fulltext search
10
22
* Query logging support
@@ -17,8 +29,8 @@ Version 0.4
17
29
* Defined a stable :ref: `lower-level database API <lowerlevel/pymongo >`
18
30
* Numerous bug fixes, new tests, code improvements and deprecations
19
31
20
- Version 0.3
21
- -----------
32
+ Version 0.3 (Jan 2011)
33
+ ----------------------
22
34
* *OR * query support
23
35
* Support for :class: `~django.db.models.DateTimeField ` and friends
24
36
* Support for atomic updates using F _
@@ -28,8 +40,8 @@ Version 0.3
28
40
29
41
.. * Added a flag to enable :ref:`model-referencing`
30
42
31
- Version 0.2
32
- -----------
43
+ Version 0.2 (Oct 2010)
44
+ ----------------------
33
45
* :doc: `Aggregation support </topics/aggregations >`
34
46
* :doc: `Map/Reduce support </topics/mapreduce >`
35
47
* :class: `ListField `, :class: `SetListField `, :class: `DictField ` and
0 commit comments