summaryrefslogtreecommitdiff
path: root/tests/signals
Commit message (Expand)AuthorAgeFilesLines
* Refs #32172 -- Used asgiref coroutine shim in async signals tests.Carlton Gibson2023-03-081-2/+5
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-071-0/+93
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-123/+171
* Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana2022-01-112-9/+86
* Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...Hugo Cachitas2021-04-031-6/+37
* Refs #32594 -- Added Signal.disconnect() test with a model class.Hugo Cachitas2021-03-311-0/+25
* Refs #31327 -- Removed providing_args argument for Signal per deprecation tim...Mariusz Felisiak2021-01-141-22/+0
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-051-0/+22
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-4/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Tested model signals "sender" parameter when defer() is used.Mathieu Pillard2016-09-211-18/+28
* Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham2016-06-181-1/+14
* Fixed #26686 -- Fixed crash when registering model signals with abstract send...Alex Hill2016-06-021-0/+12
* Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.Alex Hill2016-05-271-0/+16
* Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()Alex Hill2016-05-191-4/+4
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+2
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-0/+2
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+2
* Added a test for model pre/post_init signals.Jay2014-11-211-0/+14
* Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette2013-11-241-2/+49
* Fixed some Signal.disconnect calls from 058e434.Loic Bistuer2013-11-181-23/+23
* Merged the signals and signals_regress test packages.Loic Bistuer2013-11-182-127/+204
* Fixing E302 ErrorsJason Myers2013-11-022-0/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+203