diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-06-29 10:50:04 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-06-29 10:50:04 +0200 |
| commit | adc6f38867dd5b57c9e1c50395eec01f6bdd651f (patch) | |
| tree | 3fdce3db23b58dd85748174932fc331546b664e1 /docs | |
| parent | 24bbf1367a1eed9443571622ab74c2c3e3d3db11 (diff) | |
Fixed 1.6 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 6 |
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>`. |
