0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref/contrib
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
..
admin Fixed #15968 - Noted that readonly_fields are excluded from the ModelForm 2012-11-06 19:03:44 -05:00
comments comment_will_be_sent can cause a 400, not a 403 2012-11-16 10:19:54 -05:00
formtools Added WizardView.file_storage exception message and docs 2012-11-01 16:14:51 -04:00
gis Separated GIS installation docs in sections 2012-10-20 11:08:52 +02:00
auth.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
contenttypes.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
csrf.txt Fixed #17058 - Clarified where extras/csrf_migration_helper.py is located 2012-09-29 16:41:55 -04:00
databrowse.txt Fixed #5968 -- Allowed (un-)registering with databrowse several models at once. 2012-01-28 20:54:48 +00:00
flatpages.txt Fixed #18807 -- Made 404.html and 500.html optional 2012-09-30 23:16:19 +02:00
humanize.txt Fixed #16941 - Clarified naturaltime output when the time is more than a day old. 2012-08-02 07:54:07 -04:00
index.txt Removed references to changes made in 1.2. 2012-06-07 15:02:35 +02:00
localflavor.txt Added docs link to new third-party Lithuanian localflavor 2012-10-15 14:18:16 -05:00
markup.txt Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial patch. 2012-09-08 12:13:46 -04:00
messages.txt Clarified the messages documentation. 2012-09-07 19:59:00 -04:00
redirects.txt Fixed broken URLs introduced in 1adc87cd32. 2012-05-03 12:42:56 -03:00
sitemaps.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
sites.txt Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
staticfiles.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
syndication.txt Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
webdesign.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00