Table Of Contents

⚠ Documentation version

These are the Git version docs. Docs for 0.4 (PyPI) are here.

Help out!

To make this documentation even better, we'd love to receive your feedback and suggestions for improvement!

Changelog

Version 0.5 (TBD)

Major changes

  • PyPy support
  • MongoDB 2.0 support
  • We’re now on Travis
  • New custom primary key behavior (to be documented)
  • New MongoMeta.indexes system (see Model Options), deprecation of MongoMeta.{index_together,descending_indexes,sparse_indexes}

Minor changes/fixes

  • Support for MongoDB distinct() queries
  • Support for reversed-$natural ordering using reverse()
  • Dropped LegacyEmbeddedModelField
  • url() support for the GridFS Storage
  • Deprecation of A() queries
  • Deprecation of the GridFSField.versioning feature
  • Numerous query generator fixes
  • Fixed DecimalField values sorting
  • Other bug fixes, cleanup, new tests etc.

Version 0.4 (May 2011)

Version 0.3 (Jan 2011)

Version 0.2 (Oct 2010)