1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/tests/regressiontests/test_client_regress
2010-08-06 17:14:02 +00:00
..
bad_templates
fixtures
templates
__init__.py
models.py Fixed #11159 -- Added mimetype detection to the test client for file uploads. Thanks to notanumber for the report and patch, and lomin for the test case. 2010-08-06 17:14:02 +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