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 --------------