index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
signals
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2010-10-10
Converted signals tests from doctests to unittests. We have always been at w...
Alex Gaynor
2010-09-12
Fixed #9015 -- added a signal decorator for simplifying signal connections
Brian Rosner
2009-04-05
Fixed the test case from [10399] to be more robust against the order in which...
Jacob Kaplan-Moss
2009-04-05
Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...
Jacob Kaplan-Moss
2008-08-25
Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...
Jacob Kaplan-Moss
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-02-01
Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si...
Gary Wilson Jr
2007-09-24
Fixed #5559: instances sent via post-save signals no longer have pks of None....
Jacob Kaplan-Moss
2007-09-15
Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new...
Malcolm Tredinnick