Closed adamcharnock closed 5 months ago
Will be defualt uuid
v4 used instead of maybe ulid
?
Supporting this seems very wise. The ideal is probably for this to be a user configurable callable, defaulting to uuid4() (which is included in Python core).
People could then configure this to use UUID7/ULID as they wish.
Done. There is a new setting called HORDAK_UUID_DEFAULT
, which is a callable. The default is uuid.uuid4()
django-smalluuid
seemed useful when I wrote it, but now I no longer find it useful and it is weirdly non-standard. I'd like to get rid of it from Hordak.