index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2024-08-05
Fixed #35638 -- Updated validate_constraints to consider db_default.
David Sanders
2024-07-17
Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests.
Simon Charette
2024-07-04
Fixed #35569 -- Improved wording of invalid ForeignKey error message.
Jacob Walls
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
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 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
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
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
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
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-03
Added model name to AutoField error message.
Almad
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
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-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
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
2015-05-06
Fixed #24708 -- Handled non-string values in GenericIPAddressField.to_python()
Pradeek
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-07-02
Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...
Anubhav Joshi
2014-05-01
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...
Yehonatan Daniv
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-07
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-11-20
Fixed #21469 -- Allow set objects in Meta.unique_together.
Baptiste Mispelon
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
[next]