summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Beeson <patrickbeeson@gmail.com>2014-09-05 13:19:03 -0700
committerTim Graham <timograham@gmail.com>2014-09-05 19:59:02 -0400
commitfb545e5a27369570076d0d34626f3c7e916ee2e4 (patch)
tree44aaf1109fb4f8eb45dd813280b48d9bc633b997 /docs
parent3ab36d00462ed2f0563ad9f4dd3be23e3567d481 (diff)
Fixed #23427 -- Documented migrate is required before runserver for default projects.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index f76a5211ae..50be55c8a5 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -1442,6 +1442,11 @@ Miscellaneous
* Decoding the query string from URLs now falls back to the ISO-8859-1 encoding
when the input is not valid UTF-8.
+* 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`.
+
.. _deprecated-features-1.7:
Features deprecated in 1.7