bennylope / django-organizations

:couple: Multi-user accounts for Django projects
http://django-organizations.readthedocs.org/
BSD 2-Clause "Simplified" License
1.29k stars 212 forks source link

🐛 Fix: Set default_auto_field to 'AutoField' #224

Closed simkimsia closed 3 years ago

simkimsia commented 3 years ago

This will avoid warnings in Django 3.2 and will avoid the creation of new migrations.

closed https://github.com/bennylope/django-organizations/issues/223