summaryrefslogtreecommitdiff
path: root/tests/delete_regress
AgeCommit message (Expand)Author
2015-09-09Changed database connection duplication technique.Aymeric Augustin
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-22Fixed #22308 -- Regression from 0f956085.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-08Removed some more unused local varsAlex Gaynor
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner