summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-06-29 10:50:04 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-06-29 10:52:11 +0200
commit7bd9c32f14a0a56089358f7927a3326e78bee093 (patch)
tree5227ffd949ae571e71f6ae9d0020abff1fee9f0f /docs
parente628753e7dd1611fb4cf770a78126e96a02ab1d7 (diff)
[1.6.x] Fixed 1.6 release notes.
Backport of adc6f38867dd5b57c9e1c50395eec01f6bdd651f from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 1fd98e1271..4219edb1a0 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -41,9 +41,9 @@ Simplified default project and app templates
The default templates used by :djadmin:`startproject` and :djadmin:`startapp`
have been simplified and modernized. The :doc:`admin
</ref/contrib/admin/index>` is now enabled by default in new projects; the
-:doc:`sites </ref/contrib/sites>` framework no longer is. :ref:`Language
-detection <how-django-discovers-language-preference>` and :ref:`clickjacking
-prevention <clickjacking-prevention>` are turned on.
+:doc:`sites </ref/contrib/sites>` framework no longer is. :ref:`clickjacking
+prevention <clickjacking-prevention>` is now on and the database defaults to
+SQLite.
If the default templates don't suit your tastes, you can use :ref:`custom
project and app templates <custom-app-and-project-templates>`.