From 91f317c76d503b4bcae5a26c230425944dbf4ea8 Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Thu, 13 Jun 2013 18:39:02 -0700 Subject: Added a ``checksetup`` management command for verifying Django compatibility. --- docs/releases/1.6.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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 ` 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 ~~~~~~~~~~~~~~ -- cgit v1.3