From 60119d4f49f78a635f801d53c102f1463e28fe8a Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 2 Mar 2012 04:04:56 +0000 Subject: 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 --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') 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` 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`.) + * The ``mod_python`` request handler will be removed. The ``mod_wsgi`` handler should be used instead. -- cgit v1.3