cdriehuys / django-rest-email-auth

Django app to handle authentication and registration by email.
https://pypi.python.org/pypi/django-rest-email-auth/
MIT License
13 stars 5 forks source link

fix: Specify field type for ID columns #136

Closed cdriehuys closed 4 months ago

cdriehuys commented 4 months ago

Specify the default value for the automatically created ID field as it was when the project was created.

Fixes #135