mongoengine/mongoengine
Paul Swartz 18d8008b89 if dateutil is available, use it to parse datetimes
In particular, this picks up the default `datetime.isoformat()` output, with
a "T" as the separator.
2013-05-28 15:59:32 -04:00
..
base Fixed pickle unsaved document regression (#327) 2013-05-21 07:07:17 +00:00
django importlib does not exist on Python 2.6. Use Django version. 2013-05-20 17:30:41 -07:00
queryset Documentation cleanup (#328) 2013-05-23 19:09:05 +00:00
__init__.py Version bump 2013-05-21 09:12:09 +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 Added no_sub_classes context manager and queryset helper (#312) 2013-05-10 15:05:16 +00:00
dereference.py Merge branch 'master' into 0.8 2013-04-18 13:30:00 +00:00
document.py If you need to read from another database, use switch_db not switch_collection. 2013-05-20 15:49:01 +10:00
errors.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +00:00
fields.py if dateutil is available, use it to parse datetimes 2013-05-28 15:59:32 -04:00
python_support.py python 2.6.4 and lower cannot handle unicode keys passed to __init__ (MongoEngine/mongoengine#101) 2012-09-03 13:10:06 +01:00
signals.py Pre and post bulk-insert signals 2011-09-09 19:17:40 +01:00