summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_integerfield.py
Commit message (Expand)AuthorAgeFilesLines
* 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