Skip to content

Commit

Permalink
Merge pull request #833 from m4rk3r/patch-1
Browse files Browse the repository at this point in the history
Update Changelog to add upgrade note
  • Loading branch information
etianen committed Apr 30, 2020
2 parents 103fc38 + 9df8cf4 commit 0f6efd1
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 0f6efd1

Please sign in to comment.