Fixed ListField setslice and delslice dirty tracking (#390)

This commit is contained in:
Ross Lawley
2013-07-10 09:11:50 +00:00
parent 0cb4070364
commit 7cb46d0761
4 changed files with 37 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Fixed ListField setslice and delslice dirty tracking (#390)
- Added Django 1.5 PY3 support (#392)
- Added match ($elemMatch) support for EmbeddedDocuments (#379)
- Fixed weakref being valid after reload (#374)