1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django/views
2012-05-24 23:55:50 +02:00
..
decorators Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
generic Removed unneeded smart_str in generic views. 2012-05-24 23:55:50 +02:00
__init__.py
csrf.py Improved CSRF error message. 2012-02-21 23:54:02 +00:00
debug.py Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02: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 Correct reference error (undefined variable) 2012-04-28 15:32:22 -04:00
static.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00