From 33619aa340c2618a2b3084075ca4a7820e9cdd4a Mon Sep 17 00:00:00 2001 From: Francesc Arpi Date: Fri, 4 Mar 2016 16:32:44 +0100 Subject: [PATCH] CONSTANCE_IGNORE_ADMIN_VERSION_CHECK updated documentation --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 581086b..87ac3e8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,6 +53,15 @@ admin will show. See the :ref:`Backends ` section how to setup the backend and finish the configuration. +``django-constance``'s hashes generated in different instances of the same +application may differ, preventing data from being saved. + +Use this option in order to skip hash verification. + +.. code-block:: python + + CONSTANCE_IGNORE_ADMIN_VERSION_CHECK = True + Custom fields -------------