This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-05-23 07:16:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
messages
/
tests
History
Claude Paroz
e277301c2c
Fixed
#19387
-- Preserved SafeData status in contrib.messages
...
Thanks Anton Baklanov for the report and the patch.
2012-12-21 10:09:32 +01:00
..
__init__.py
Advanced deprecation of user-based messages and the LegacyFallbackStorage in contrib.messages.
2011-04-02 08:36:04 +00:00
base.py
Fixed
#18781
-- Reduced max session cookie size.
2012-09-07 19:24:02 -04:00
cookie.py
Fixed
#19387
-- Preserved SafeData status in contrib.messages
2012-12-21 10:09:32 +01:00
fallback.py
Fixed
#16225
-- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
middleware.py
Fixed
#12991
-- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
2010-10-11 12:55:17 +00:00
session.py
Fixed
#19387
-- Preserved SafeData status in contrib.messages
2012-12-21 10:09:32 +01:00
urls.py
Fixed
#14675
-- Completed removal of
from django.conf.urls.default import *
usage.
2011-09-11 22:36:16 +00:00