summaryrefslogtreecommitdiff
path: root/tests/signals/tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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 encoding preambles and future importsClaude Paroz2017-01-181-2/+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-181-127/+187
* Fixing E302 ErrorsJason Myers2013-11-021-0/+2
* 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-261-0/+179