Skip to content

Commit

Permalink
Add default_auto_field to app config
Browse files Browse the repository at this point in the history
  • Loading branch information
KalobTaulien authored Mar 31, 2022
2 parents 1e959cc + 54e04ef commit 59d7132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wagtail_ab_testing/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ class WagtailAbTestingAppConfig(AppConfig):
label = "wagtail_ab_testing"
name = "wagtail_ab_testing"
verbose_name = "A/B Testing"
default_auto_field = "django.db.models.AutoField"

0 comments on commit 59d7132

Please sign in to comment.