This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-16 05:14:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
dispatch
History
Tim Graham
e2ea30c440
[1.8.x]
Fixed
#24979
-- Removed usage of inspect.getargspec().
...
Backport of 3872a33132a4bb6aa22b237927597bbfdf6f21d7 from master
2015-10-25 06:02:21 -04:00
..
__init__.py
Fixed
#21302
-- Fixed unused imports and import *.
2013-11-02 15:24:56 -04:00
dispatcher.py
[1.8.x]
Fixed
#24979
-- Removed usage of inspect.getargspec().
2015-10-25 06:02:21 -04:00
license.python.txt
Added license info for the weakref backports
2014-01-12 18:35:15 +01: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
weakref_backports.py
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00