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
/
distinct_on_fields
Age
Commit message (
Expand
)
Author
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
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-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-09
Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2013-11-07
Fixed #20600 -- ordered distinct(*fields) in subqueries
Anssi Kääriäinen
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-12
Fixed #21099 - Skip DistinctOnTests unless backend can_distinct_on_fields
Michael Manfre
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-08
Removed some more unused local vars
Alex Gaynor
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner