mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
Backport of 7ef0bc922c
from main
This commit is contained in:
parent
ea66d1f2ae
commit
5d62beb61a
7 changed files with 9 additions and 11 deletions
|
@ -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**
|
||||
|
||||
|
|
|
@ -271,10 +271,10 @@ of :exc:`IntegrityError`.
|
|||
|
||||
.. currentmodule:: django.http
|
||||
|
||||
Http Exceptions
|
||||
HTTP Exceptions
|
||||
===============
|
||||
|
||||
Http exceptions may be imported from ``django.http``.
|
||||
HTTP exceptions may be imported from ``django.http``.
|
||||
|
||||
``UnreadablePostError``
|
||||
-----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue