django/tests/regressiontests/test_client_regress
Ramiro Morales 5112acbf8f Fixed incompatibility (usage of class decorator) with Python 2.5 introduced in [16386]. Thanks ojii for the report via IRC.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-12 23:22:34 +00:00
..
bad_templates
fixtures
templates Fixed #15368 - test failures due to regression with RequestContext 2011-02-27 00:24:35 +00:00
__init__.py
models.py Fixed incompatibility (usage of class decorator) with Python 2.5 introduced in [16386]. Thanks ojii for the report via IRC. 2011-06-12 23:22:34 +00:00
session.py Fixed #7836 -- Modified strategy used by the test client to check for session functionality so it is useful in environments where the DB-based session backend isn't being used. Thanks trevor for the report. 2011-06-12 16:33:40 +00:00
urls.py Updated to test_client_regress to use RedirectView instead of deprecated redirect_to. 2011-04-02 08:45:06 +00:00
views.py Fixed #15368 - test failures due to regression with RequestContext 2011-02-27 00:24:35 +00:00