Merge branch 'fix_use_django_tz' of https://github.com/lexqt/mongoengine into 0.8

Conflicts:
	mongoengine/django/sessions.py
Closes #151
This commit is contained in:
Ross Lawley
2012-12-21 12:10:54 +00:00
5 changed files with 58 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ Changes in 0.8.X
- Dynamic fields are now validated on save (#153) (#154)
- Added support for multiple slices and made slicing chainable. (#170) (#190) (#191)
- Fixed GridFSProxy __getattr__ behaviour (#196)
- Fix Django timezone support (#151)
Changes in 0.7.9
================