1
0
mirror of https://github.com/django/django.git synced 2025-01-13 20:07:13 +00:00
django/tests/regressiontests/utils
Luke Plant a482cc0ba3 Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse
The root bug was in decorator_from_middleware, and the fix also corrects
bugs with gzip_page and other decorators.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-24 21:28:43 +00:00
..
eggs
test_module
__init__.py
baseconv.py Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
checksums.py
datastructures.py Fixed #6580 -- Added default parameter to MultiValueDict.getlist method (the base class for QueryDict). Many thanks to mk and andrewebdev. 2011-05-22 15:05:29 +00:00
dateformat.py
datetime_safe.py
decorators.py Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse 2011-05-24 21:28:43 +00:00
feedgenerator.py
functional.py Fixed #15811 - lazy() doesn't take into account methods defined in parents 2011-05-05 00:09:51 +00:00
html.py Fixed #7267 - UnicodeDecodeError in clean_html 2011-04-28 14:08:53 +00:00
http.py
models.py
module_loading.py
simplelazyobject.py
termcolors.py
tests.py Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 2011-05-21 14:41:14 +00:00
text.py
timesince.py
tzinfo.py