From 3e76c511931564cc8905c22b4799643d69f46fd0 Mon Sep 17 00:00:00 2001 From: MiguelSR Date: Wed, 22 Apr 2015 12:14:40 +0200 Subject: [PATCH] Adding note to prevent possible error of users runnning notifications migrations before its custom user model ones --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index fe717fc..7bf61af 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,8 @@ For Django 1.4~1.6 #. Install latest version (>=1.0) `django-south `_ #. Execute ``manage.py migrate notifications`` to migrate `django-notifications` schema +Note: If you use a `custom user model `_ in your application, you may want to check `reverse dependencies ` of South to run your migrations in the correct order. + For Django 1.7 --------------