summaryrefslogtreecommitdiff
path: root/tests/dispatch
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-04-23Fixed #35801 -- Prevented collision of senders with non-overlapping lifetimes.Simon Charette
2023-12-06Refs #34986 -- Moved garbage_collect() helper to django.test.utils.Nick Pope
2023-11-27Refs #34986 -- Added django.utils.version.PYPY.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-06-25Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman
2020-12-15Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2019-12-19Refs #28954 -- Removed remaining Jython-specific code from dispatch tests.Nick Pope
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-17Refs #24205 -- Removed Signal.disconnect()'s weak argument.Tim Graham
2016-11-22Completed django.dispatch test coverage.Adam Chainz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2015-04-27Used assertIsInstance in tests.Alasdair Nicol
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-02Added return value to Signal.disconnect().Andriy Sokolovskiy
2015-01-02Renamed an assertion in the dispatch tests.Tim Graham
2014-07-07Removed unnecessary directory in dispatch tests.Tim Graham
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-05-16Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain
2014-02-05Fixed #21952 -- signals deadlock due to locking + weakref interactionAnssi Kääriäinen
2014-01-09Fixed removal of signal receivers in Python 3.4Florian Apolloner
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-08-20Fixed #20943 -- Weakly reference senders when caching their associated receiversSimon Charette
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner