summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
~~~~