This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7e376b40bbe745a1a0fe15c596e6da306176c446
mongoengine
/
mongoengine
T
History
Colin Howe
7e376b40bb
Add new meta option to Document: allow_index_creation.
...
Defaults to True. If set to False then MongoEngine will not ensure indexes exist
2012-03-19 20:27:08 +00:00
..
django
added custom db_alias support for MongoEngine DjangoSession
2011-12-07 13:36:35 -02:00
__init__.py
Bumped version
2012-02-29 12:05:47 +00:00
base.py
Added FutureWarning for inherited classes not declaring allow_inheritance
2012-03-05 11:25:13 +00:00
connection.py
Don't ignore kwargs for uri style connections
2012-03-02 15:33:54 +01:00
dereference.py
Merge branch 'cleaned_dev' of
https://github.com/Ankhbayar/mongoengine
into test
2012-02-29 11:13:48 +00:00
document.py
Add new meta option to Document: allow_index_creation.
2012-03-19 20:27:08 +00:00
fields.py
Added warning to SortedListField
2012-03-05 11:20:22 +00:00
queryset.py
Add new meta option to Document: allow_index_creation.
2012-03-19 20:27:08 +00:00
signals.py
Pre and post bulk-insert signals
2011-09-09 19:17:40 +01:00
tests.py
Added multidb support
2011-11-22 08:01:14 -08:00