summaryrefslogtreecommitdiff
path: root/tests/select_related
Commit message (Expand)AuthorAgeFilesLines
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-2/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-79/+144
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-8/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-39/+0
* Added a test for QuerySet.select_related() reverse caching.Anssi Kääriäinen2017-09-211-0/+9
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-4/+0
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-1/+0
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-14/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-8/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-5/+2
* Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham2015-10-101-6/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* Fixed #25252 -- Added friendly error message on incorrect .select_related() useY3K2015-08-311-0/+20
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-10/+10
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+7
* Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson2014-12-242-1/+96
* Refactored some tests to take advantage of refs #20392.Thomas Chaumeny2014-12-031-12/+8
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+4
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-5/+8
* Fixing E302 ErrorsJason Myers2013-11-021-0/+10
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+9
* Fixed DeprecationWarning caused by assertEquals.Loic Bistuer2013-10-161-2/+2
* Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-152-1/+19
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales2013-06-281-45/+13
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-0/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+242