Skip to content

Version 1.1.0

Choose a tag to compare

@skarzi skarzi released this 23 Dec 17:24
· 438 commits to master since this release
526b9e4

Features

  • Adds Django 3.1 support (#123, #154)
  • Adds markers/tags to migration tests (#138)
  • Adds database configuration checks (#91)

Bugfixes

  • Fixes tables dropping on MySQL by disabling foreign keys checks (#149)
  • Fixes migrate signals muting when running migrations tests (#133)

Misc

  • Runs tests against PostgreSQL and MySQL database engines (#129)