feincms / form-designer

A simple form designer for Django
https://form-designer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
75 stars 32 forks source link

Set the default auto field to be AutoField #35

Closed tomvanderlee closed 3 years ago

tomvanderlee commented 3 years ago

On django 3.2 it creates a migration to be BigAutoField. This fixes it.

tomvanderlee commented 3 years ago

Django cabinet had the same issue: https://github.com/matthiask/django-cabinet/issues/13

matthiask commented 3 years ago

Thanks! 🎉

matthiask commented 3 years ago

I've just uploaded v0.18.1 to PyPI containing this fix :)

tomvanderlee commented 3 years ago

Thanks for the quick response!