summaryrefslogtreecommitdiff
path: root/tests/modeltests/signals
AgeCommit message (Expand)Author
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-10-10Converted signals tests from doctests to unittests. We have always been at w...Alex Gaynor
2010-09-12Fixed #9015 -- added a signal decorator for simplifying signal connectionsBrian Rosner
2009-05-20Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss
2009-04-05Fixed the test case from [10399] to be more robust against the order in which...Jacob Kaplan-Moss
2009-04-05Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss
2008-08-25Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...Jacob Kaplan-Moss
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-02-01Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si...Gary Wilson Jr
2007-09-24Fixed #5559: instances sent via post-save signals no longer have pks of None....Jacob Kaplan-Moss
2007-09-15Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new...Malcolm Tredinnick