Changes between Initial Version and Version 1 of Ticket #32577, comment 44
- Timestamp:
- Jan 7, 2026, 3:01:58 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32577, comment 44
initial v1 19 19 Now 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. 20 20 21 The implementation is done and tested. Documentation would be nice to add next, but the code is ready to go.21 The implementation is done, tested and documented. 22 22 23 23 [https://github.com/django/django/pull/20508]