Scott Fitsimones
|
a14c0fda15
|
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable.
|
2019-04-19 07:58:27 +02:00 |
Tim Graham
|
dd82f33271
|
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError when saving negative numbers in PositiveInteger fields.
|
2017-09-29 15:20:32 -04:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Eduard Stepanov
|
49b4596cb4
|
Fixed #26786 -- Avoided redundant max value validators on integer fields.
|
2016-06-28 11:39:20 -04:00 |
Tim Graham
|
3c1b572f18
|
Split model_fields tests into different files.
|
2016-03-23 19:31:47 -04:00 |