Commit d697c891 by Florian Apolloner

Merge pull request #233 from Psycojoker/patch-1

Fix a typo in documentation
parents d7b7fbe4 8295620f
...@@ -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