django1/django/template
Claude Paroz da200c5e35 Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
This keyword was already deprecated in the code (supported for
backwards compatibility only), but never formally deprecated.
Thanks Paul McMillan for the report and yasar11732 for the initial
patch.
2012-06-30 21:27:47 +02:00
..
loaders Specified when open should use binary mode. 2012-05-25 20:43:43 +02:00
__init__.py Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
base.py Fixed #14502 again -- saner verbatim closing token 2012-06-19 10:49:33 +12:00
context.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
debug.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
defaultfilters.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
defaulttags.py Fixed #14502 again -- saner verbatim closing token 2012-06-19 10:49:33 +12:00
loader.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
loader_tags.py Fixed #17660 -- Standardize extends tag token parsing 2012-02-21 02:59:05 +00:00
response.py Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__ 2012-06-30 21:27:47 +02:00
smartif.py IfParser.next() method renamed to avoid confusion with iterator protocol. 2012-06-14 23:12:15 +01:00