mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Missing migrations #118

Closed angvp closed 7 years ago

angvp commented 8 years ago

when I ran manage.py makemigrations on a project that is using waliki, I found this:

Migrations for 'waliki':
    0006_auto_20151127_0245.py:
    - Alter field markup on page
    - Alter field status_code on redirect

Seems that some migrations of the last changes weren't added.