django1/django/dispatch
Claude Paroz 576ec12f8e [py3] Replaced __nonzero__ by __bool__
Of course, __nonzero__ alias has been kept for Python 2 compatibility.
2012-08-08 15:02:31 +02:00
..
__init__.py Fixed #9015 -- added a signal decorator for simplifying signal connections 2010-09-12 19:58:05 +00:00
dispatcher.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
license.txt Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
saferef.py [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00