Commit 9a8150aa by Pavel Savchenko

Update documentation on fake migration requirement

Will help users (like me) who ran into issue #125
parent 91791c87
......@@ -6,6 +6,15 @@ tagging to your project easy and fun.
``django-taggit`` works with Django 1.4.5+ and Python 2.7-3.X.
.. warning::
Since version 0.10.0 taggit uses South for database migrations.
This means that users who are upgrading to 0.10.0 and up will have to fake the initial migration, like so::
python manage.py migrate taggit --fake 0001
For more information, see `south documentation`__
.. toctree::
:maxdepth: 2
......@@ -23,3 +32,5 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
__ http://south.readthedocs.org/en/latest/
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