Added Django 1.5 PY3 support (#392)

This commit is contained in:
Ross Lawley 2013-07-10 08:53:56 +00:00
parent bc008c2597
commit 0cb4070364

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Added Django 1.5 PY3 support (#392)
- Added match ($elemMatch) support for EmbeddedDocuments (#379)
- Fixed weakref being valid after reload (#374)
- Fixed queryset.get() respecting no_dereference (#373)