1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/docs/ref/contrib/comments
Brandon Adams d8ee46afff comment_will_be_sent can cause a 400, not a 403
Doc cleanup for django.contrib.comments.signals.comment_will_be_sent
If a receiver returns False, an HttpResponse with status code 400
is returned. A test case already exists confirming this behavior.
Updated docs to reflect reality.
2012-11-16 10:19:54 -05:00
..
custom.txt
example.txt
forms.txt
index.txt Typo in comments doc 2012-11-12 22:15:41 +01:00
models.txt
moderation.txt
settings.txt
signals.txt comment_will_be_sent can cause a 400, not a 403 2012-11-16 10:19:54 -05:00
upgrade.txt