Added docs about using MongoEngine with Django
This commit is contained in:
parent
d48296eacc
commit
b7e8108edd
3 changed files with 23 additions and 0 deletions
|
|
@ -2,6 +2,14 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Changes is v0.1.3
|
||||
=================
|
||||
- Added Django authentication backend
|
||||
- Added Document.meta support for indexes, which are ensured just before
|
||||
querying takes place
|
||||
- A few minor bugfixes
|
||||
|
||||
|
||||
Changes in v0.1.2
|
||||
=================
|
||||
- Query values may be processed before before being used in queries
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ The source is available on `GitHub <http://github.com/hmarr/mongoengine>`_.
|
|||
tutorial
|
||||
userguide
|
||||
apireference
|
||||
django
|
||||
changelog
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue