Tim Graham
|
2a636118da
|
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
|
2025-09-05 10:43:10 -04:00 |
|
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
|
Adam Johnson
|
45a58c31e6
|
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
|
2021-04-08 13:17:08 +02:00 |
|
Tom Forbes
|
b5e12d490a
|
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
|
2020-12-15 11:25:46 +01:00 |
|