diff options
| author | Patrick Beeson <patrickbeeson@gmail.com> | 2014-09-05 13:19:03 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-05 20:00:36 -0400 |
| commit | d4ef9a4a21ecf897ebcbdc49737fdb5b210fbb98 (patch) | |
| tree | 4bd491b8c2b29d217b184e93b2abfd8a296fe9db /docs | |
| parent | de3a3096d89581729d140172a50b3aab6541710f (diff) | |
[1.7.x] Fixed #23427 -- Documented migrate is required before runserver for default projects.
Backport of fb545e5a27 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index c32575428f..72951b5262 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 |
