summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_integerfield.py
AgeCommit message (Collapse)Author
2017-09-29[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than ↵Tim Graham
OperationalError when saving negative numbers in PositiveInteger fields. Backport of dd82f3327124fd2762cf6df2ac8c6380772bf127 from master
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
Thanks Tim Graham and Simon Charette for the reviews.
2016-06-28Fixed #26786 -- Avoided redundant max value validators on integer fields.Eduard Stepanov
2016-03-23Split model_fields tests into different files.Tim Graham