@@ -3,8 +3,20 @@ Changelog
33
44.. currentmodule :: djangotoolbox.fields
55
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+ ----------------------
820* :doc: `GridFS storage backend </topics/gridfs >`
921* Fulltext search
1022* Query logging support
@@ -17,8 +29,8 @@ Version 0.4
1729* Defined a stable :ref: `lower-level database API <lowerlevel/pymongo >`
1830* Numerous bug fixes, new tests, code improvements and deprecations
1931
20- Version 0.3
21- -----------
32+ Version 0.3 (Jan 2011)
33+ ----------------------
2234* *OR * query support
2335* Support for :class: `~django.db.models.DateTimeField ` and friends
2436* Support for atomic updates using F _
@@ -28,8 +40,8 @@ Version 0.3
2840
2941.. * Added a flag to enable :ref:`model-referencing`
3042
31- Version 0.2
32- -----------
43+ Version 0.2 (Oct 2010)
44+ ----------------------
3345* :doc: `Aggregation support </topics/aggregations >`
3446* :doc: `Map/Reduce support </topics/mapreduce >`
3547* :class: `ListField `, :class: `SetListField `, :class: `DictField ` and
0 commit comments