Commit d29a2dfb by Florian Apolloner

Merge pull request #152 from asfaltboy/patch-1

Update documentation on fake migration requirement
parents a05566e4 107a1727
...@@ -6,6 +6,16 @@ tagging to your project easy and fun. ...@@ -6,6 +6,16 @@ tagging to your project easy and fun.
``django-taggit`` works with Django 1.4.5+ and Python 2.7-3.X. ``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
python manage.py migrate
For more information, see `south documentation`__
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
...@@ -23,3 +33,5 @@ Indices and tables ...@@ -23,3 +33,5 @@ Indices and tables
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
* :ref:`search` * :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