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
mongoengine
/
mongoengine
History
Ross Lawley
55e20bda12
Added slave_okay syntax to querysets.
...
* slave_okay (optional): if True, allows this query to be run against a replica secondary.
2011-06-06 14:35:46 +01:00
..
django
Fix Issue#116: Use cls instead of User in create_user.
2010-12-21 18:16:00 +03:00
__init__.py
Added Blinker signal support
2011-06-06 11:34:43 +01:00
base.py
Merge branch 'feature/blinker_signals' into dev
2011-06-06 11:10:12 +01:00
connection.py
Updated connection exception to provide more info on the cause.
2011-05-25 09:36:25 +01:00
document.py
Blinker signals added
2011-05-24 20:27:19 +01:00
fields.py
Added DereferenceBaseField class
2011-06-06 11:04:06 +01:00
queryset.py
Added slave_okay syntax to querysets.
2011-06-06 14:35:46 +01:00
signals.py
Added Blinker signal support
2011-06-06 11:34:43 +01:00
tests.py
Updated docs / authors.
2011-06-06 11:07:27 +01:00