index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
validation
/
models.py
Age
Commit message (
Expand
)
Author
2024-08-05
[5.1.x] Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2020-06-25
Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.
Jon Dufresne
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2018-03-03
Added model name to AutoField error message.
Almad
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-22
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for for...
Loïc Bistuer
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2014-07-02
Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...
Anubhav Joshi
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-05-28
Fixed #20484 -- Added model validation for GenericIPAddressField
Tim Graham
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner