From 87c83d6dba15cfb9f576e49f916ff4bfa137a71d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 4 Dec 2014 18:41:20 -0800 Subject: [PATCH] Fix directive name. --- docs/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends.rst b/docs/backends.rst index 590cee2..0d720b3 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -91,7 +91,7 @@ Please make sure to apply the database migrations:: python manage.py migrate database -.. info:: If you're upgrading Constance to 1.0 and use Django 1.7 or higher +.. note:: If you're upgrading Constance to 1.0 and use Django 1.7 or higher please make sure to let the migration system know that you've already created the tables for the database backend.