Skip to content

Commit 60d3f18

Browse files
Add BigAutoField to id fields (#189)
* Add `BigAutoField` to `id` fields * Change id defaults to `BigAutoField` * ci: auto fixes from pre-commit hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f6bc134 commit 60d3f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/djangocms_snippet/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
class SnippetConfig(AppConfig):
66
name = "djangocms_snippet"
77
verbose_name = _("Snippets")
8+
default_auto_field = "django.db.models.BigAutoField"

0 commit comments

Comments
 (0)