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 20 forks source link

Add support for Django 3.1 #21

Closed b0g3r closed 4 years ago

b0g3r commented 4 years ago

3.1 is already released, but django-add-default-value has a strong requirement condition with <3.1. Could you please make a release with 3.1 support? @flixx

flixx commented 4 years ago

@b0g3r done 👍 Thanks for using this package and opening this issue :)