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
/
test_unique.py
Age
Commit message (
Expand
)
Author
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
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-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
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-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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-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-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner