summaryrefslogtreecommitdiff
path: root/tests/foreign_object/test_empty_join.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-13/+13
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+2
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-3/+3
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-0/+47