Skip to content

Commit

Permalink
Add default autofield type
Browse files Browse the repository at this point in the history
  • Loading branch information
adepeter committed Aug 15, 2022
1 parent 244bd25 commit 792f143
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
22 changes: 0 additions & 22 deletions manage.py

This file was deleted.

2 changes: 1 addition & 1 deletion violation/__init__.py
@@ -1,2 +1,2 @@
VERSION = (1, 2, 0)
VERSION = (1, 2, 1)
__version__ = ".".join(str(i) for i in VERSION)
1 change: 1 addition & 0 deletions violation/apps.py
Expand Up @@ -3,6 +3,7 @@


class ViolationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'violation'
verbose_name = _('Violation')

Expand Down

0 comments on commit 792f143

Please sign in to comment.