Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/sites_framework
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-283-6/+6
| | | | on_delete for ForeignKey/OneToOneField
* 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 ↵Russell Keith-Magee2014-03-031-3/+2
| | | | consistency.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-202-16/+45
| | | | | | | | | | | framework This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
* Fixed all E226 violationsAlex Gaynor2013-11-031-3/+3
|
* Fixing E302 ErrorsJason Myers2013-11-031-0/+6
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+76