Skip to content

Commit

Permalink
👌 IMPROVE: Set default_auto_field explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCordeiro committed May 9, 2023
1 parent 4e78990 commit 1beff20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wagtailmenus/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
class WagtailMenusConfig(AppConfig):
name = 'wagtailmenus'
verbose_name = 'WagtailMenus'
default_auto_field = "django.db.models.AutoField"

0 comments on commit 1beff20

Please sign in to comment.