Skip to content

Commit

Permalink
Update Django doc references
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Feb 1, 2025
1 parent ff45910 commit f90d257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@


# TODO:
# * Make use of db_default: https://docs.djangoproject.com/en/5.0/ref/models/fields/#db-default
# * Check RandomUUID for Postgres: https://docs.djangoproject.com/en/3.2/ref/contrib/postgres/functions/#randomuuid
# * Make use of db_default: https://docs.djangoproject.com/en/dev/ref/models/fields/#db-default
# * Check RandomUUID for Postgres: https://docs.djangoproject.com/en/dev/ref/contrib/postgres/functions/#randomuuid
class UUIDModel(models.Model):
id = models.UUIDField(
default=uuid_extensions.uuid7,
Expand Down

0 comments on commit f90d257

Please sign in to comment.