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-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
3b76a82a266d7f96019445a9189ac9b129328e25
django
/
django
/
views
History
Marcin Sokół
79cc1fa58d
[1.6.x]
Fixed
#22113
-- changed object_name to model_name in CBV docs.
...
Thanks to trac user nikunj.sg for the report. Backport of
b887408486
from master.
2014-02-23 13:52:45 +01:00
..
decorators
[1.6.x]
Fixed
#18923
-- Corrected usage of sensitive_post_parameters in contrib.auth
2013-08-02 14:46:51 -04:00
generic
[1.6.x]
Fixed
#22113
-- changed object_name to model_name in CBV docs.
2014-02-23 13:52:45 +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.6.x]
Fixed
#21530
-- Prevent AttributeError in default URLconf detection code.
2013-12-07 03:30:07 +01:00
defaults.py
[1.6.x]
Fixed
#20822
-- Set content type of default error pages to 'text/html'.
2013-08-04 11:04:58 +02:00
i18n.py
[1.6.x]
Fixed
#21347
-- Added missing JS variable declaration.
2013-10-30 16:00:13 -04:00
static.py
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
2013-09-10 21:29:31 +02:00