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-03-03 05:24:24 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Florian Apolloner
4b5cb116e3
Fixed error message in detail generic view.
...
Thanks go to mitar for the report and the patch.
2012-07-25 22:46:57 +02:00
..
decorators
Fixed
#17138
-- Made the sensitive_variables decorator work with object methods.
2012-06-03 23:44:13 -07:00
generic
Fixed error message in detail generic view.
2012-07-25 22:46:57 +02: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
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
defaults.py
Add reST role to templates named in some view docs.
2012-06-26 21:45:45 -05:00
i18n.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
static.py
[py3] Updated urllib/urllib2/urlparse imports.
2012-07-22 09:29:55 +02:00