summaryrefslogtreecommitdiff
path: root/tests/select_related/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+8
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-39/+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
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-10/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed #10414 -- Made select_related() fail on invalid field names.Niclas Olofsson2014-12-241-0/+41
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+10
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+9
* Fixed #16855 -- select_related() chains as expected.Marc Tamlyn2013-10-151-0/+9
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+68