mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware.
Thanks andrewbadr for the report and Carl Meyer for the review.
This commit is contained in:
@@ -1461,8 +1461,8 @@ Miscellaneous
|
||||
|
||||
* With the addition of the
|
||||
:class:`~django.contrib.auth.middleware.SessionAuthenticationMiddleware` to
|
||||
the default project template, a database must be created before accessing
|
||||
a page using :djadmin:`runserver`.
|
||||
the default project template (pre-1.7.2 only), a database must be created
|
||||
before accessing a page using :djadmin:`runserver`.
|
||||
|
||||
.. _deprecated-features-1.7:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user