Commit 4a4ee766 by Andrew Nikonov

Mistake in docs/index.txt:

SOUTH_MIGRATIONS_MODULES should be SOUTH_MIGRATION_MODULES
parent b2c472c3
...@@ -18,7 +18,7 @@ tagging to your project easy and fun. ...@@ -18,7 +18,7 @@ tagging to your project easy and fun.
Since version 0.12.0 taggit uses Django migrations by default. South users Since version 0.12.0 taggit uses Django migrations by default. South users
have to adjust their settings:: have to adjust their settings::
SOUTH_MIGRATIONS_MODULES = { SOUTH_MIGRATION_MODULES = {
'taggit': 'taggit.south_migrations', 'taggit': 'taggit.south_migrations',
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment