summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_integerfield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+43
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-3/+0
* Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Bi...David-Wobrock2020-11-021-0/+10
* Refs #32132 -- Added rel_db_type() tests for auto and integer fields.David-Wobrock2020-11-021-0/+13
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-2/+7
* Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger2019-09-041-0/+14
* Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope2019-08-201-1/+1
* Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...Diederik van der Boor2019-08-051-0/+17
* Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones2019-04-191-21/+25
* Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...Tim Graham2017-09-291-1/+10
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+3
* Fixed #26786 -- Avoided redundant max value validators on integer fields.Eduard Stepanov2016-06-281-0/+29
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+161