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-05 14:37:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Tim Graham
75d2bcda10
Fixed
#18923
-- Corrected usage of sensitive_post_parameters in contrib.auth
...
Thanks Collin Anderson for the report. Backport of 425d076d0c from master
2013-09-13 10:18:55 -04:00
..
decorators
Fixed
#18923
-- Corrected usage of sensitive_post_parameters in contrib.auth
2013-09-13 10:18:55 -04:00
generic
Fixed
#16138
-- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch.
2012-03-17 22:31:03 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
csrf.py
Improved CSRF error message.
2012-02-21 23:54:02 +00:00
debug.py
[1.4.X]
Fixed
#18379
-- Made the sensitive_variables decorator work with object methods.
2012-06-03 23:59:01 -07:00
defaults.py
Fixed
#9847
-- Added 403 response handler. Many thanks to kgrandis, adamnelson, vkryachko, fvox13 and Chris Beaven.
2011-08-12 14:15:31 +00:00
i18n.py
[1.4.X]
Fixed
#18856
-- Ensured that redirects can't be poisoned by malicious users.
2012-12-10 22:14:16 +01:00
static.py
Updated core base translation files with new strings. Refs
#17822
.
2012-03-05 02:23:17 +00:00