mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25699 -- Allowed using the test client if 'django.contrib.sessions' isn't in INSTALLED_APPS.
This commit is contained in:
committed by
Tim Graham
parent
5faf745999
commit
21dd98a386
@@ -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
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user