Added Django sessions TTL support (#224)
This commit is contained in:
3
AUTHORS
3
AUTHORS
@@ -135,4 +135,5 @@ that much better:
|
|||||||
* Paul Swartz
|
* Paul Swartz
|
||||||
* Sundar Raman
|
* Sundar Raman
|
||||||
* Benoit Louy
|
* Benoit Louy
|
||||||
* lraucy
|
* lraucy
|
||||||
|
* hellysmile
|
||||||
@@ -4,6 +4,7 @@ Changelog
|
|||||||
|
|
||||||
Changes in 0.7.10
|
Changes in 0.7.10
|
||||||
=================
|
=================
|
||||||
|
- Added Django sessions TTL support (#224)
|
||||||
- Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240)
|
- Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240)
|
||||||
- Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242)
|
- Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242)
|
||||||
- Added "_id" to _data dictionary (#255)
|
- Added "_id" to _data dictionary (#255)
|
||||||
|
|||||||
Reference in New Issue
Block a user