Django
The web framework for perfectionists with deadlines.
Menu
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
Issues
Login
Preferences
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
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:
Jun 18, 2006, 3:21:59 PM (
19 years
ago)
Author:
Tyson Tate <tyson@…>
Comment:
Added 'signals.py" info for custom signals.
Legend:
Unmodified
Added
Removed
Modified
Tabular
Unified
Signals
v2
v3
28
28
}}}
29
29
30
You'll have to instantiate the signal in a file called "signals.py" in your app's folder:
31
32
{{{
33
object_viewed=object()
34
}}}
35
30
36
== Example ==
31
37
Back to Top