MCPcopy
hub / github.com/django/django / DbDefaultPrimaryKey

Class DbDefaultPrimaryKey

tests/bulk_create/models.py:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155class DbDefaultPrimaryKey(models.Model):
156 id = models.DateTimeField(primary_key=True, db_default=Now())
157
158 class Meta:
159 required_db_features = {"supports_expression_defaults"}

Calls 1

NowClass · 0.90

Tested by 2