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
/
or_lookups
Age
Commit message (
Expand
)
Author
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-07-25
Removed obsolete references to add_to_query().
Sergey Fedoseev
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
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-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-12-13
Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr
Claude Paroz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner