Skip to content

Releases: aminiun/django-zeromigrations

Release list

0.3.0

Choose a tag to compare

@aminiun aminiun released this 09 Sep 14:12
  • Deleting migrations from DB directly.
  • Provided --use-fake-zero command to delete migrations from DB with migrate --fake zero Django command.

0.1.6

Choose a tag to compare

@aminiun aminiun released this 22 Aug 14:46
  • 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.