fsbraun / djangocms-form-builder

Other
11 stars 6 forks source link

fix: Added ``default_auto_field`` to app config #1

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

Set default_auto_field to BigAutoField to ensure projects don't try to create a migration if they still use AutoField

fsbraun commented 2 years ago

I need to work on the tests.