Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-0/+10
* Renamed an assertion in the dispatch tests.Tim Graham2015-01-021-10/+9
* Removed unnecessary directory in dispatch tests.Tim Graham2014-07-082-0/+0
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-10/+10
* Fixed #16245 -- Included traceback in send_robust()'s res...Unai Zalakain2014-05-171-0/+3
* Fixed #21952 -- signals deadlock due to locking + weakref...Anssi Kääriäinen2014-02-051-3/+4
* Fixed removal of signal receivers in Python 3.4Florian Apolloner2014-01-091-76/+0
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* PEP8 cleanupJason Myers2013-11-032-3/+9
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-092-8/+0
* Fixed #20943 -- Weakly reference senders when caching the...Simon Charette2013-08-201-0/+21
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-2/+3
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+245