Skip to content

Releases: businho/django-migrations-ci

Support for Django `STORAGES` config

23 Aug 14:43
4dc6986
Compare
Choose a tag to compare

What's Changed

  • fix #59: cannot import name get_storage_class (Django 5.1) by @ecarrara in #60

New Contributors

Full Changelog: v0.10.1...v0.11

v0.10.1

24 Jul 14:41
bd61423
Compare
Choose a tag to compare

What's Changed

  • Propagate env variables to shell subprocess to respect PATH by @iurisilvio in #58

Full Changelog: v0.10...v0.10.1

Add `--checksum` flag

28 Jun 06:58
019283d
Compare
Choose a tag to compare
  • --checksum flag to return current checksum (#54), contributed by @marcgibbons 🎉

Support for pytest-django>4.7

07 Feb 23:22
Compare
Choose a tag to compare
v0.9

Example don't have S3 anhmore

Fix mysqldump on unix socket without port

10 Nov 22:45
Compare
Choose a tag to compare
v0.8.1

Omit port if it is not defined in Django settings

First external contributions and late release

09 Nov 08:27
5e3ed1e
Compare
Choose a tag to compare

Thanks to @walison17 for helping me with the example project CI investigation, leading to a django-storages regression issue.

Fix create db running in xdist workers

09 Feb 14:11
f5a0c23
Compare
Choose a tag to compare
v0.7.1

Unset create_db flag inside xdist worker. Fix #35 (#36)

Make migrations plan deterministic

08 Feb 14:56
Compare
Choose a tag to compare
  • Sort app names before hashing files to make it deterministic.
  • Add --migrateci-verbose to override pytest --verbose.

Fix database recreation

06 Feb 16:43
79c9b50
Compare
Choose a tag to compare
v0.6.2

Fix database recreation. (#34)

v0.6.1

05 Feb 01:13
Compare
Choose a tag to compare

Bug fix: input to pytest plugin because call_command receive data already parsed.