summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_scripts/complex_app
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-03-30 11:54:56 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-03-30 11:54:56 +0000
commit273a0025448d30154626b3e962df9ad5b55d8b3b (patch)
tree7694a8d114e73d823cb694b32cd7ef49352f17a2 /tests/regressiontests/admin_scripts/complex_app
parent539cfe8cb73f777a24ac2f631a518a343be03a9a (diff)
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered.
This is a BACKWARDS INCOMPATIBLE CHANGE for anyone using the signal names introduced in r12223. * If you were listening to "add", you should now listen to "post_add". * If you were listening to "remove", you should now listen to "post_remove". * If you were listening to "clear", you should now listen to "pre_clear". You may also want to examine your code to see whether the "pre_add", "pre_remove" or "post_clear" would be better suited to your application. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_scripts/complex_app')
0 files changed, 0 insertions, 0 deletions