mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
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
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:
parent
0ddbe12ea9
commit
2a636118da
26 changed files with 114 additions and 252 deletions
|
|
@ -113,7 +113,7 @@ class IntrospectionTests(TransactionTestCase):
|
|||
[
|
||||
connection.features.introspected_field_types[field]
|
||||
for field in (
|
||||
"AutoField",
|
||||
"BigAutoField",
|
||||
"CharField",
|
||||
"CharField",
|
||||
"CharField",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue