1
0
mirror of https://github.com/django/django.git synced 2024-12-24 01:55:49 +00:00
django/tests/modeltests/test_client
2007-02-09 13:47:36 +00:00
..
__init__.py Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
management.py Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
models.py Added a `session` attribute to the test Client, to make it easier to test if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense. 2007-02-09 13:47:36 +00:00
urls.py Added a `session` attribute to the test Client, to make it easier to test if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense. 2007-02-09 13:47:36 +00:00
views.py Added a `session` attribute to the test Client, to make it easier to test if session variables have been modified in a view. Also renamed Client.cookie to Client.cookies, to match documentation and common sense. 2007-02-09 13:47:36 +00:00