drf-firebase-auth icon indicating copy to clipboard operation
drf-firebase-auth copied to clipboard

Django 4 compatibility

Open quorth0n opened this issue 3 years ago • 2 comments

Fixes #40

Simple PR to remove an unused call that was causing this library to fail in django 4

quorth0n avatar Feb 15 '22 20:02 quorth0n

@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.

adamduren avatar Mar 07 '22 15:03 adamduren

Thanks :) I simply had to set DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' in settings.py

quorth0n avatar Apr 03 '22 07:04 quorth0n