lazybird / django-solo

Helps working with singletons - things like global settings that you want to edit from the admin site.
Other
896 stars 85 forks source link

Set default model for test settings #99

Closed ghassanmas closed 3 years ago

ghassanmas commented 3 years ago

Just adding/setting the default field in test setting, to avoid warning in Django3.2 DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' Simliar to 8849f14cd6025886c3fc5be6a0f91aee17b47b63