1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests
Aymeric Augustin bda21e2b9d Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478.
This also removes the implicit initialization of the session key on the first access in favor of explicit initialization.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-27 17:52:24 +00:00
..
modeltests Changed the fixtures used to test the 'initial_data' feature so they don't contain datetimes. Refs #17275. 2011-11-27 13:00:56 +00:00
regressiontests Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code slightly. Refs #13478. 2011-11-27 17:52:24 +00:00
templates
runtests.py Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run. 2011-11-13 19:05:02 +00:00
test_sqlite.py
urls.py Converted internal link generation in the admin and admin document generator to use named URLs. 2011-09-20 18:30:06 +00:00