Skip to content

Commit

Permalink
Default auto field update for Django 3.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoldiron authored Aug 3, 2021
1 parent c2d54d1 commit bb6a41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wagtailseo/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
class WagtailSeoConfig(AppConfig):
name = "wagtailseo"
verbose_name = "Wagtail SEO"
default_auto_field = "django.db.models.AutoField"

0 comments on commit bb6a41a

Please sign in to comment.