Changes between Initial Version and Version 1 of Ticket #32577, comment 44


Ignore:
Timestamp:
Jan 7, 2026, 3:01:58 PM (10 days ago)
Author:
Ekin Ertaç

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32577, comment 44

    initial v1  
    1919Now users can just set `DEFAULT_AUTO_FIELD = "django.db.models.UUIDAutoField"` and all their models will automatically get UUID primary keys with database-generated UUIDs. This should address the use case mentioned in the original ticket description.
    2020
    21 The implementation is done and tested. Documentation would be nice to add next, but the code is ready to go.
     21The implementation is done, tested and documented.
    2222
    2323[https://github.com/django/django/pull/20508]
Back to Top