1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/tests/regressiontests/test_client_regress
2010-08-06 16:34:34 +00:00
..
bad_templates
fixtures
templates
__init__.py
models.py Fixed #13092 -- Added support for the "in" operator when dealing with context lists. Thanks to clelland for the patch. 2010-08-06 16:34:34 +00:00
session.py Fixed #13152 -- Ensure the test client saves the session before writing the session key to the cookie, in case the session engine changes the session key. 2010-03-19 05:42:13 +00:00
urls.py
views.py