Skip to content

Releases: aminiun/django-zeromigrations

0.3.0

09 Sep 14:12

Choose a tag to compare

  • Deleting migrations from DB directly.
  • Provided --use-fake-zero command to delete migrations from DB with migrate --fake zero Django command.

0.1.6

22 Aug 14:46

Choose a tag to compare

  • Used --fake instead of --fake-initial as it caused errors.
  • Reload migration files on sys module to have new version of them in migrate command.