mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #30661 -- Added models.SmallAutoField.
This commit is contained in:
parent
955b382600
commit
194d1dfc18
28 changed files with 177 additions and 26 deletions
|
@ -55,6 +55,7 @@ class CastTests(TestCase):
|
|||
for field_class in (
|
||||
models.AutoField,
|
||||
models.BigAutoField,
|
||||
models.SmallAutoField,
|
||||
models.IntegerField,
|
||||
models.BigIntegerField,
|
||||
models.SmallIntegerField,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue