Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added default auto field attribute notifications app config #81

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

ckoerber
Copy link
Member

Changes

Added default auto field attribute to notifications app config (default_auto_field = "django.db.models.AutoField")

Fixes

This resolves #80. I have verified that this fix removes the warning for Django 3.2, is compatible to previous versions, and
does not create new migrations for existing projects (changing it to BigAutoField would demand new migrations).

Checklist

  • I have read the CONTRIBUTING doc
  • Existing unit tests pass locally with my changes
  • I have added unit tests that prove that my feature works (existing tests check it)
  • I have added necessary documentation (no documentation need as this happens behind the scenes and is in line with Django)

This resolves #80. I have verified that this fix removes the warning and 
does not create new migrations for exisiting projects
@ckoerber ckoerber merged commit 1135dba into v1.2.2 Apr 15, 2021
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.

1 participant