mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[2.0.x] Fixed typos in docs/releases/2.0.txt.
Backport of f771b24f00c982f169821191bc0843d3f3ee1d5c from master
This commit is contained in:
parent
7cc155a04c
commit
c678ff91b1
@ -76,7 +76,7 @@ Mobile-friendly ``contrib.admin``
|
|||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
The admin is now responsive and supports all major mobile devices.
|
The admin is now responsive and supports all major mobile devices.
|
||||||
Older browser may experience varying levels of graceful degradation.
|
Older browsers may experience varying levels of graceful degradation.
|
||||||
|
|
||||||
Window expressions
|
Window expressions
|
||||||
------------------
|
------------------
|
||||||
@ -641,7 +641,7 @@ Miscellaneous
|
|||||||
|
|
||||||
* ``django.shortcuts.render_to_response()`` is deprecated in favor of
|
* ``django.shortcuts.render_to_response()`` is deprecated in favor of
|
||||||
:func:`django.shortcuts.render`. ``render()`` takes the same arguments
|
:func:`django.shortcuts.render`. ``render()`` takes the same arguments
|
||||||
except that is also requires a ``request``.
|
except that it also requires a ``request``.
|
||||||
|
|
||||||
* The ``DEFAULT_CONTENT_TYPE`` setting is deprecated. It doesn't interact well
|
* The ``DEFAULT_CONTENT_TYPE`` setting is deprecated. It doesn't interact well
|
||||||
well with third-party apps and is obsolete since HTML5 has mostly superseded
|
well with third-party apps and is obsolete since HTML5 has mostly superseded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user