summaryrefslogtreecommitdiff
path: root/tests/sites_framework
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-3/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-24/+55
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz2016-03-191-1/+1
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-5/+4
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-17/+9
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-273-6/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+4
* Added migration for site test app depending on contrib.sitesClaude Paroz2014-12-232-0/+50
* Edited contrib.sites check messages for grammar and consistency.Russell Keith-Magee2014-03-031-3/+2
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-202-16/+45
* Fixed all E226 violationsAlex Gaynor2013-11-031-3/+3
* Fixing E302 ErrorsJason Myers2013-11-021-0/+6
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+76