Skip to content

Django 4 compatibility#41

Open
quorth0n wants to merge 2 commits into
garyburgmann:masterfrom
quorth0n:issue-40
Open

Django 4 compatibility#41
quorth0n wants to merge 2 commits into
garyburgmann:masterfrom
quorth0n:issue-40

Conversation

@quorth0n

Copy link
Copy Markdown

Fixes #40

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

@adamduren

Copy link
Copy Markdown

@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

quorth0n commented Apr 3, 2022

Copy link
Copy Markdown
Author

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