From 5d62beb61a7d5a6bb2755d2cdabc8e31f462391f Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 19 Oct 2021 20:01:44 +0100 Subject: [4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. Backport of 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 from main --- docs/ref/class-based-views/mixins-editing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/class-based-views') diff --git a/docs/ref/class-based-views/mixins-editing.txt b/docs/ref/class-based-views/mixins-editing.txt index d0bb200ae3..aebbae04ae 100644 --- a/docs/ref/class-based-views/mixins-editing.txt +++ b/docs/ref/class-based-views/mixins-editing.txt @@ -218,7 +218,7 @@ The following mixins are used to construct Django's editing views: .. class:: django.views.generic.edit.DeletionMixin - Enables handling of the ``DELETE`` http action. + Enables handling of the ``DELETE`` HTTP action. **Methods and Attributes** -- cgit v1.3