summaryrefslogtreecommitdiff
path: root/tests/modeltests/signals/models.py
AgeCommit message (Expand)Author
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