Commit 42503d58 by Florian Apolloner

Merge pull request #231 from einomi/fix

Mistake in docs/index.txt:
parents b2c472c3 4a4ee766
...@@ -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