summaryrefslogtreecommitdiff
path: root/tests/db_functions
diff options
context:
space:
mode:
authorCaio Ariede <caio.ariede@gmail.com>2019-10-16 09:32:12 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-19 09:34:11 +0100
commit555bebe7749ab1a72d5141a00f9ce7a602c72298 (patch)
tree54b6414c047c65dd5d4c22e388168d9c9edfb84a /tests/db_functions
parentaa12cf07c9202e117712abe2621d901dd6dd94b4 (diff)
downloaddjango-555bebe7749ab1a72d5141a00f9ce7a602c72298.tar.gz
Fixed #30987 -- Added models.PositiveBigIntegerField.
Diffstat (limited to 'tests/db_functions')
-rw-r--r--tests/db_functions/comparison/test_cast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/db_functions/comparison/test_cast.py b/tests/db_functions/comparison/test_cast.py
index 988eaa4dad..c08e61a9e6 100644
--- a/tests/db_functions/comparison/test_cast.py
+++ b/tests/db_functions/comparison/test_cast.py
@@ -59,6 +59,7 @@ class CastTests(TestCase):
models.IntegerField,
models.BigIntegerField,
models.SmallIntegerField,
+ models.PositiveBigIntegerField,
models.PositiveIntegerField,
models.PositiveSmallIntegerField,
):