summaryrefslogtreecommitdiff
path: root/tests/validation/models.py
AgeCommit message (Expand)Author
2020-06-25Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.Jon Dufresne
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen
2019-08-20Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope
2018-03-03Added model name to AutoField error message.Almad
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-22Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...Loïc Bistuer
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2014-07-02Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...Anubhav Joshi
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner