Commit 8295620f by Laurent Peuch

Fix a typo in documentation

parent d7b7fbe4
...@@ -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