Django 1.6 login fix (#522)

This commit is contained in:
Ross Lawley
2013-11-29 13:19:52 +00:00
parent 453024c58d
commit c074f4d925
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5
================
- Django 1.6 login fix (#522)
- Django 1.6 session fix (#509)
- EmbeddedDocument._instance is now set when settng the attribute (#506)
- Fixed EmbeddedDocument with ReferenceField equality issue (#502)