From 21dd98a38660747c781802afca7ca02407964383 Mon Sep 17 00:00:00 2001 From: Sergey Kolosov Date: Sat, 2 Apr 2016 16:11:47 +0200 Subject: Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' isn't in INSTALLED_APPS. --- docs/releases/1.10.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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'] ` 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 ~~~~ -- cgit v1.3