Skip to content

Commit

Permalink
Merge pull request #474 from syphar/silence-django-check
Browse files Browse the repository at this point in the history
set default_auto_field to silence django 3.2 warnings
  • Loading branch information
Dennis Suitters authored Feb 16, 2024
2 parents a02619e + 1f98adc commit f79c71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_summernote/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class DjangoSummernoteConfig(AppConfig):
name = 'django_summernote'
verbose_name = 'Django Summernote'
default_auto_field = 'django.db.models.AutoField'

theme = 'bs3'
config = {}
Expand Down

0 comments on commit f79c71b

Please sign in to comment.