diff options
author | David Smith <smithdc@gmail.com> | 2021-10-19 20:01:44 +0100 |
---|---|---|
committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-10-20 08:40:19 +0200 |
commit | 7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8 (patch) | |
tree | 30886e504fb54694dd26aea5b197aea549de4af1 /docs/ref/class-based-views/mixins-editing.txt | |
parent | fd881e8cd9b7686ab8fcd32332100710a8ffaa10 (diff) | |
download | django-7ef0bc922c0a78667ed8cbf5f85845b627ccbdf8.tar.gz |
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Diffstat (limited to 'docs/ref/class-based-views/mixins-editing.txt')
-rw-r--r-- | docs/ref/class-based-views/mixins-editing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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** |