django1/tests/regressiontests/dispatch/tests
Anssi Kääriäinen 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects
Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.

Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.
2012-09-28 18:16:08 +03:00
..
__init__.py Fixed #18454 -- Added ability to pass a list of signals to `receiver`. 2012-06-23 16:31:16 +02:00
test_dispatcher.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
test_saferef.py [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00