1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #17037 -- Added a --all option to diffsettings.

This commit is contained in:
Aymeric Augustin
2013-03-17 20:48:30 +01:00
parent 68905695b8
commit 20a91cce04
4 changed files with 31 additions and 6 deletions

View File

@@ -157,6 +157,8 @@ Minor features
* The documentation contains a :doc:`deployment checklist
</howto/deployment/checklist>`.
* The :djadmin:`diffsettings` comand gained a ``--all`` option.
Backwards incompatible changes in 1.6
=====================================