From 194d1dfc186cc8d2b35dabf64f3ed38b757cbd98 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Fri, 26 Jul 2019 22:05:22 +0100 Subject: Fixed #30661 -- Added models.SmallAutoField. --- tests/db_functions/comparison/test_cast.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/db_functions') diff --git a/tests/db_functions/comparison/test_cast.py b/tests/db_functions/comparison/test_cast.py index c5698d6d0e..988eaa4dad 100644 --- a/tests/db_functions/comparison/test_cast.py +++ b/tests/db_functions/comparison/test_cast.py @@ -55,6 +55,7 @@ class CastTests(TestCase): for field_class in ( models.AutoField, models.BigAutoField, + models.SmallAutoField, models.IntegerField, models.BigIntegerField, models.SmallIntegerField, -- cgit v1.3