django/tests/regressiontests/csrf_tests
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
..
__init__.py Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
models.py Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
tests.py Fixed #14508 - test suite silences warnings. 2010-11-11 15:06:20 +00:00