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

Future of this package #41

Open David-Wobrock opened 1 year ago

David-Wobrock commented 1 year ago

With 5.0, Django will support setting database defaults: https://docs.djangoproject.com/en/dev/releases/5.0/#database-computed-default-values

Perhaps this package can provide support for Django versions up until 4.2. And once the LTS 4.2 is not maintained anymore, this package can be archived :)