django1/django/views
Simon Charette a10f390804 Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Thanks to nxvl and slurms for the initial patch, ptone for the review
and timo for the documentation tweaks.
2013-02-11 02:39:14 -05:00
..
decorators 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:34:08 -08:00
generic Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`. 2013-02-11 02:39:14 -05: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 Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
defaults.py Fixed #18807 -- Made 404.html and 500.html optional 2012-09-30 23:16:19 +02:00
i18n.py Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users. 2012-12-10 22:11:39 +01:00
static.py Minor optimization in the static serve view. 2013-01-24 11:01:32 +01:00