django/tests/regressiontests/context_processors
Luke Plant 02fc6276d7 Fixed #14508 - test suite silences warnings.
Utility functions get_warnings_state and save_warnings_state have been added
to django.test.utils, and methods to django.test.TestCase for convenience.

The implementation is based on the catch_warnings context manager from
Python 2.6.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-11 15:06:20 +00:00
..
fixtures Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid "Vary: Cookie" 2009-10-14 18:09:13 +00:00
templates/context_processors Fixed a regression on Python 2.6 caused by r11623 2009-10-15 14:12:34 +00:00
__init__.py Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use `request.REQUEST` for that instead. 2008-08-03 19:55:26 +00:00
models.py Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use `request.REQUEST` for that instead. 2008-08-03 19:55:26 +00:00
tests.py Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00
urls.py Fixed a regression on Python 2.6 caused by r11623 2009-10-15 14:12:34 +00:00
views.py Fixed a regression on Python 2.6 caused by r11623 2009-10-15 14:12:34 +00:00