3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 19 forks source link

Add support for Django 3.0 #18

Closed David-Wobrock closed 4 years ago

David-Wobrock commented 4 years ago

After adding Django 2.2 support (https://github.com/3YOURMIND/django-add-default-value/issues/14), if would be nice to also support Django 3.0.

Since the migration linter https://github.com/3YOURMIND/django-migration-linter is keeping its dependencies up to date and uses the add-default-value lib in its tests to ensure compatibility. So running those tests with the latest Django version is becoming cumbersome.

flixx commented 4 years ago

@David-Wobrock done :)