1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #19697 -- Added a deployment checklist.

This commit is contained in:
Aymeric Augustin
2013-03-17 18:21:05 +01:00
parent f403653cf1
commit 912b5d2a6b
4 changed files with 205 additions and 4 deletions

View File

@@ -154,6 +154,9 @@ Minor features
``UPDATE`` - if not updated - ``INSERT`` instead of ``SELECT`` - if not
found ``INSERT`` else ``UPDATE`` in case the model's primary key is set.
* The documentation contains a :doc:`deployment checklist
</howto/deployment/checklist>`.
Backwards incompatible changes in 1.6
=====================================