Django 1.6 session fix (#509)

This commit is contained in:
Ross Lawley 2013-11-29 13:11:56 +00:00
parent fe8340617a
commit 453024c58d
2 changed files with 3 additions and 1 deletions

View File

@ -186,4 +186,5 @@ that much better:
* rfkrocktk (https://github.com/rfkrocktk) * rfkrocktk (https://github.com/rfkrocktk)
* Gustavo Andrés Angulo (https://github.com/woakas) * Gustavo Andrés Angulo (https://github.com/woakas)
* Dmytro Popovych (https://github.com/drudim) * Dmytro Popovych (https://github.com/drudim)
* Tom (https://github.com/tomprimozic) * Tom (https://github.com/tomprimozic)
* j0hnsmith (https://github.com/j0hnsmith)

View File

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