diff --git a/src/core/db/models.py b/src/core/db/models.py index 83238fb..6faf65e 100644 --- a/src/core/db/models.py +++ b/src/core/db/models.py @@ -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,