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

fix: django-3.2 - 3.1 compatibility #38

Closed fevral13 closed 2 years ago

fevral13 commented 2 years ago

connection.mysql_is_mariadb is a method in django-3.1.x and a property in django-3.2.x.