summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Kolosov <m17.admin@gmail.com>2016-04-02 16:11:47 +0200
committerTim Graham <timograham@gmail.com>2016-04-04 07:48:48 -0400
commit21dd98a38660747c781802afca7ca02407964383 (patch)
treeb045713969b238a5ea80ceba819e5402b1bb104d /docs
parent5faf745999caa3d2588979ae1262cc28652c21a5 (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.txt3
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
~~~~