This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
You've already forked mongoengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
941042d0ba7783712c30d6e7a9fa6996ee076947
mongoengine
/
mongoengine
History
Ross Lawley
941042d0ba
Merge remote-tracking branch 'origin/pr/312' into 312
2013-05-10 14:44:44 +00:00
..
base
Fixed register_delete_rule inheritance issue
2013-05-03 12:56:53 +00:00
django
Upgrade changelog, docs and django/auth.py
2013-04-25 11:41:01 +00:00
queryset
Merge remote-tracking branch 'origin/pr/312' into 312
2013-05-10 14:44:44 +00:00
__init__.py
Updated RC version
2013-05-07 11:55:56 +00:00
common.py
Add support for new geojson fields, indexes and queries (
#299
)
2013-04-30 14:46:23 +00:00
connection.py
get_db() only assigns the db after authentication (
#257
)
2013-04-30 15:05:41 +00:00
context_managers.py
…
dereference.py
…
document.py
Upserting is the only way to ensure docs are saved correctly (
#306
)
2013-05-07 10:34:13 +00:00
errors.py
…
fields.py
Fixed querying string versions of ObjectIds issue with ReferenceField (
#307
)
2013-05-07 11:54:47 +00:00
python_support.py
…
signals.py
…