mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[3.0.x] Fixed typos in 3.0 release notes and docs/ref/request-response.txt.
Backport of 52018e1615edfafcb5170ba6b473132fe2f9a534 from master
This commit is contained in:
parent
f4baf2fdf6
commit
79c92fc7b6
@ -206,7 +206,7 @@ All attributes should be considered read-only, unless stated otherwise.
|
|||||||
|
|
||||||
.. versionchanged:: 3.0
|
.. versionchanged:: 3.0
|
||||||
|
|
||||||
Support for look ups using underscores was added.
|
Support for lookups using underscores was added.
|
||||||
|
|
||||||
.. attribute:: HttpRequest.resolver_match
|
.. attribute:: HttpRequest.resolver_match
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ Requests and Responses
|
|||||||
:class:`memoryview` content.
|
:class:`memoryview` content.
|
||||||
|
|
||||||
* For use in, for example, Django templates, :attr:`.HttpRequest.headers` now
|
* For use in, for example, Django templates, :attr:`.HttpRequest.headers` now
|
||||||
allows look ups using underscores (e.g. ``user_agent``) in place of hyphens.
|
allows lookups using underscores (e.g. ``user_agent``) in place of hyphens.
|
||||||
|
|
||||||
.. _whats-new-security-3.0:
|
.. _whats-new-security-3.0:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user