summaryrefslogtreecommitdiffstats
path: root/askbot/models
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-02 04:28:31 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-02 04:28:31 -0400
commit967ee98f404fc78eeb0428b9099d48ca44372670 (patch)
treed7aa5b8bfa8fc7438134a2795b49b7dae7f4f165 /askbot/models
parent2c7ef628f6632c9f395d5ef3933a5b6b84430947 (diff)
downloadaskbot-967ee98f404fc78eeb0428b9099d48ca44372670.tar.gz
askbot-967ee98f404fc78eeb0428b9099d48ca44372670.tar.bz2
askbot-967ee98f404fc78eeb0428b9099d48ca44372670.zip
added extra context to the edit answer page
Diffstat (limited to 'askbot/models')
-rw-r--r--askbot/models/signals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/askbot/models/signals.py b/askbot/models/signals.py
index 303db2a2..4104ec62 100644
--- a/askbot/models/signals.py
+++ b/askbot/models/signals.py
@@ -34,9 +34,6 @@ new_question_posted = django.dispatch.Signal(
answer_edited = django.dispatch.Signal(
providing_args=['answer', 'user', 'form_data']
)
-answer_before_editing = django.dispatch.Signal(
- providing_args=['answer', 'user', 'form']
-)
post_updated = django.dispatch.Signal(
providing_args=[