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
Harry Marr
b23353e376
Fixed inherited document primary key issue
2010-05-24 23:03:30 +01:00
..
django
Added some handy shortcuts for django users.
2010-05-14 14:03:18 +02:00
__init__.py
Bump to v0.3
2010-03-17 16:50:13 +00:00
base.py
Fixed inherited document primary key issue
2010-05-24 23:03:30 +01:00
connection.py
Merge remote branch 'hmarr/master'
2010-02-05 00:36:26 +01:00
document.py
MapReduceDocument.object works with custom primary keys. test included.
2010-03-17 11:31:17 -05:00
fields.py
Added a possibility to define a base class for fields from a DictField (instead of using BaseField). This is important if you want to use field-based query abilities like StringField's startswith/endswith/contains. Just define `basecls´ when defining your DictField. Example:
2010-05-14 13:35:45 +02:00
queryset.py
always ignore empty Q objects, if the new Q is empty, the old one will be returned.
2010-05-14 14:35:27 +02:00