File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Release $next
6
6
_accessed_time if the session hasn't been changed, for non-cookie sessions
7
7
stores. This lets you avoid needless datastore writes. _accessed_time will
8
8
always be updated when the session is intentionally saved.
9
+ * data_serializer parameter in Session accepts a custom object with `dumps` and `loads` methods.
10
+ * Fixed a TypeError in exception reporting when failing to load a NamespaceManager
11
+ * Allow to change Cookie Expiration from a value back to None, previously it had no effect.
12
+ * Allow SessionMiddleware to setup a custom Session class through the `session_class` argument.
13
+ * Added `invalidate_corrupt` option to CookieSessions too for valid cookies containing invalid data.
9
14
10
15
Release 1.8.0 (2016-01-26)
11
16
==========================
You can’t perform that action at this time.
0 commit comments