Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/m2m_through_regress
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-2/+14
| | | | reverse side of a related set.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+17
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-8/+8
| | | | on_delete for ForeignKey/OneToOneField
* Refs #18586 -- Split up tests.m2m_through_regressMichael Blatherwick2015-03-241-51/+57
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
|
* PEP8 cleanupJason Myers2013-11-031-0/+9
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
|
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
|
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
|
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-2/+0
| | | | unified them.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+1
| | | | Fixed #20483.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+358