summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-06-13 18:39:02 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-06-13 18:39:02 -0700
commit91f317c76d503b4bcae5a26c230425944dbf4ea8 (patch)
tree5373097cbee1993bfb229dc5a6067e9c46685e02 /docs
parent70d7e45eb0888f979775c997935bfee84c85d189 (diff)
Added a ``checksetup`` management command for verifying Django compatibility.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 7e92972351..58a9f84bae 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -121,6 +121,13 @@ GeoDjango now provides :ref:`form fields and widgets <ref-gis-forms-api>` for
its geo-specialized fields. They are OpenLayers-based by default, but they can
be customized to use any other JS framework.
+``checksetup`` management command added for verifying compatibility
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A ``checksetup`` management command was added, enabling you to verify if your
+current configuration (currently oriented at settings) is compatible with the
+current version of Django.
+
Minor features
~~~~~~~~~~~~~~