Skip to content

Commit b7a621a

Browse files
committed
more fields
1 parent ee17db9 commit b7a621a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_fast_count/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class FastCount(models.Model):
88
"""
99

1010
id = models.BigAutoField(
11-
primary_key=True
11+
auto_created=True, primary_key=True, serialize=False, verbose_name="ID"
1212
) # Explicit so project settings do not override
1313
content_type = models.ForeignKey(
1414
ContentType,

0 commit comments

Comments
 (0)