Django
The web framework for perfectionists with deadlines.
Overview
Download
Documentation
News
Community
Code
About
♥ Donate
Code
GitHub Login
DjangoProject Login
Preferences
API
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
Signals
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/07/2006 06:55:00 PM (
12 years
ago)
Author:
Nebojsa Djordjevic - nesh
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Signals
v5
v6
61
61
dispatcher.connect( decrement_tag_summary , signal=signals.post_delete, sender=TagUserObject )
62
62
}}}
63
64
=== Another example ===
65
http://trac.studioquattro.biz/djangoutils/browser/trunk/nesh/thumbnail/field.py
Back to Top