We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee17db9 commit b7a621aCopy full SHA for b7a621a
django_fast_count/models.py
@@ -8,7 +8,7 @@ class FastCount(models.Model):
8
"""
9
10
id = models.BigAutoField(
11
- primary_key=True
+ auto_created=True, primary_key=True, serialize=False, verbose_name="ID"
12
) # Explicit so project settings do not override
13
content_type = models.ForeignKey(
14
ContentType,
0 commit comments