diff options
| author | Sergey Kolosov <m17.admin@gmail.com> | 2016-04-02 16:11:47 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-04 07:48:48 -0400 |
| commit | 21dd98a38660747c781802afca7ca02407964383 (patch) | |
| tree | b045713969b238a5ea80ceba819e5402b1bb104d /docs | |
| parent | 5faf745999caa3d2588979ae1262cc28652c21a5 (diff) | |
Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' isn't in INSTALLED_APPS.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 1ad08f10c2..fc155735dc 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -417,6 +417,9 @@ Tests * Added the :setting:`DATABASES['TEST']['MIGRATE'] <TEST_MIGRATE>` option to allow disabling of migrations during test database creation. +* You can now login and use sessions with the test client even if + :mod:`django.contrib.sessions` is not in :setting:`INSTALLED_APPS`. + URLs ~~~~ |
