This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
45a58c31e6
django1
/
django
/
contrib
/
messages
/
storage
History
Daniyal
54d9179540
Refs
#32508
-- Raised ImproperlyConfigured instead of using "assert" in SessionStorage.
2021-03-16 09:01:49 +01:00
..
__init__.py
Fixed
#21674
-- Deprecated the import_by_path() function in favor of import_string().
2014-02-08 11:12:19 -05:00
base.py
Fixed
#30651
-- Made __eq__() methods return NotImplemented for not implemented comparisons.
2019-10-01 17:58:19 +02:00
cookie.py
Refs
#27604
-- Removed support for the pre-Django 3.1 encoding format in CookieStorage.
2021-01-14 17:50:04 +01:00
fallback.py
Removed duplicate words in various comments.
2018-07-18 11:54:15 -04:00
session.py
Refs
#32508
-- Raised ImproperlyConfigured instead of using "assert" in SessionStorage.
2021-03-16 09:01:49 +01:00