This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
modeltests
/
signals
History
Jacob Kaplan-Moss
0a6314f249
Fixed
#8285
: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@8546
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 18:24:05 +00:00
..
__init__.py
Fixed
#4879
-- Added 'created' arg to post_save signal. This is True is a new object is created. Patch from George Vilches.
2007-09-15 09:14:51 +00:00
models.py
Fixed
#8285
: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug.
2008-08-25 18:24:05 +00:00