Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Some checks failed
Docs / spelling (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Docs / lint-docs (push) Waiting to run
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled

This commit is contained in:
Tim Graham 2025-08-19 15:08:43 -04:00 committed by Jacob Walls
parent 0ddbe12ea9
commit 2a636118da
26 changed files with 114 additions and 252 deletions

View file

@ -113,7 +113,7 @@ class IntrospectionTests(TransactionTestCase):
[
connection.features.introspected_field_types[field]
for field in (
"AutoField",
"BigAutoField",
"CharField",
"CharField",
"CharField",