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-10-12 08:19:10 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Julien Phalip
dfd8623de4
[1.5.x]
Fixed
#19453
-- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
...
Thanks to vzima for the report. Backport of 9180146d21cf2a31eec
2012-12-31 09:51:13 -08:00
..
decorators
[1.5.x]
Fixed
#19453
-- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
2012-12-31 09:51:13 -08:00
generic
[1.5.x]
Fixed
#19378
-- Ensured get_success_url returns a non-lazy URL
2012-12-04 13:24:04 +01:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
csrf.py
Removed usage of mimetype kwarg of HttpResponse
2012-06-30 21:19:07 +02:00
debug.py
[1.5.x]
Fixed
#19453
-- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
2012-12-31 09:51:13 -08:00
defaults.py
Fixed
#18807
-- Made 404.html and 500.html optional
2012-09-30 23:16:19 +02:00
i18n.py
[1.5.X]
Fixed
#18856
-- Ensured that redirects can't be poisoned by malicious users.
2012-12-10 22:13:28 +01:00
static.py
Fixed
#7581
-- Added streaming responses.
2012-10-20 20:05:11 +02:00