Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/select_for_update
Commit message (Expand)AuthorAgeFilesLines
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-5/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Removed threading fallback imports.Tim Graham2015-01-281-12/+1
* Replaced router.routers usage with override_settings(DATA...wrwrwr2014-12-011-10/+7
* Fixed #23061: Avoided setting a limit on a query for get ...Shai Berger2014-08-051-0/+6
* Fixed #22343 -- Disallowed select_for_update in autocommi...Shai Berger2014-04-101-2/+24
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-34/+13
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-6/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Isolated select_for_update tests a bit more.Florian Apolloner2013-09-241-1/+1
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-091-1/+0
* Fixed #19918 -- Modified select_for_update to run on the ...Alex Cucu2013-08-061-1/+13
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-14/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-3/+0
* Used more precise test assertions.Aymeric Augustin2013-03-061-5/+2
* Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-16/+7
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+289