Skip to content

Conversation

quorth0n
Copy link

Fixes #40

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

@adamduren
Copy link

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

@quorth0n
Copy link
Author

quorth0n commented Apr 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatible with Django 4.x
2 participants