Open quorth0n opened 2 years ago
@quorth0n this looks good and simple to me. One question: how did you go about getting the DEFAULT_AUTO_FIELD warning? For me, just removing the deprecated import seemed to work.
Thanks :) I simply had to set DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
in settings.py
Fixes #40
Simple PR to remove an unused call that was causing this library to fail in django 4