summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2012-03-02 04:04:56 +0000
committerCarl Meyer <carl@oddbird.net>2012-03-02 04:04:56 +0000
commit60119d4f49f78a635f801d53c102f1463e28fe8a (patch)
treef617f0e93b36974d5e92b172917b931af25ed37e /docs/internals
parent10e671efaa824e5614ceb79356f0bf59ebb58c4d (diff)
Refs #17800 - Added release notes and deprecation note about SECRET_KEY requirement.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 16dbec8e1d..cb91a1c0a3 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -124,6 +124,10 @@ these changes.
See the :doc:`Django 1.3 release notes</releases/1.3>` for more details on
these changes.
+* Starting Django without a :setting:`SECRET_KEY` will result in an exception
+ rather than a `DeprecationWarning`. (This is accelerated from the usual
+ deprecation path; see the :doc:`Django 1.4 release notes</releases/1.4>`.)
+
* The ``mod_python`` request handler will be removed. The ``mod_wsgi``
handler should be used instead.