Skip to content

Commit

Permalink
Merge pull request #81 from callat-qcd/django-3.2-auto-fields
Browse files Browse the repository at this point in the history
Added default auto field attribute notifications app config
  • Loading branch information
ckoerber authored Apr 15, 2021
2 parents 70f88f3 + 8280a67 commit 1135dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion espressodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Initializes minimal settings to launch EspressoDB
"""

__version__ = "1.2.1"
__version__ = "1.2.2"

DEFAULT_OPTIONS = {
"DEBUG": True,
Expand Down
1 change: 1 addition & 0 deletions espressodb/notifications/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ class NotificationsConfig(AppConfig):
name = "espressodb.notifications"
verbose_name = "Notifications"
label = "notifications"
default_auto_field = "django.db.models.AutoField"

0 comments on commit 1135dba

Please sign in to comment.