Skip to content

Commit

Permalink
DEFAULT_AUTO_FIELD for django 3.2
Browse files Browse the repository at this point in the history
For #407
  • Loading branch information
sih4sing5hong5 authored and kaedroho committed Jun 10, 2021
1 parent 678bd0a commit 116582c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wagtail_localize/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class WagtailLocalizeAppConfig(AppConfig):
name = 'wagtail_localize'
label = 'wagtail_localize'
verbose_name = "Wagtail localize"
default_auto_field = 'django.db.models.AutoField'

def ready(self):
from .models import register_post_delete_signal_handlers
Expand Down

0 comments on commit 116582c

Please sign in to comment.