Skip to content

Commit

Permalink
Update Changelog to add upgrade node
Browse files Browse the repository at this point in the history
When upgrading from old versions it's necessary to incrementally upgrade at version `3.0.1`, run migrations, and then proceed.
[See here](#822 (comment))
  • Loading branch information
m4rk3r authored Apr 29, 2020
1 parent 103fc38 commit 9df8cf4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,16 @@ django-reversion changelog
------------------

- Removed squashed migrations, as they subtly messed up the Django migrations framework (@etianen).


To upgrade to ``>= 3.0.2`` from ``< 3.0.1``:

.. code::
pip install django-reversion==3.0.1
python manage.py migrate reversion
pip install --upgrade django-reversion
python manage.py migrate reversion
3.0.1 - 2018-10-23
------------------
Expand Down

0 comments on commit 9df8cf4

Please sign in to comment.