django1/tests/signals
Loic Bistuer 3f19b63f8b Fixed some Signal.disconnect calls from 058e434.
This would go unnoticed by the test suite because receivers are removed
automatically when they are garbage collected.

Changed all Signal.connect calls to hold strong references to ensure we
clean up after ourselves.
2013-11-18 14:38:28 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged the signals and signals_regress test packages. 2013-11-18 12:42:51 -05:00
tests.py Fixed some Signal.disconnect calls from 058e434. 2013-11-18 14:38:28 -05:00