mirror of
https://github.com/django/django.git
synced 2025-09-28 13:04:54 +00:00
Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.
This commit is contained in:
parent
2ed6f20e7a
commit
33e89de8ca
2 changed files with 2 additions and 3 deletions
|
@ -1061,8 +1061,8 @@ Miscellaneous
|
||||||
|
|
||||||
* ``django.http.responses.REASON_PHRASES`` and
|
* ``django.http.responses.REASON_PHRASES`` and
|
||||||
``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use
|
``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use
|
||||||
Python's stdlib instead: :data:`http.client.responses` for Python 3 and
|
Python's Standard Library instead: :data:`http.client.responses` for Python
|
||||||
`httplib.responses`_ for Python 2.
|
3 and `httplib.responses`_ for Python 2.
|
||||||
|
|
||||||
.. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses
|
.. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses
|
||||||
|
|
||||||
|
|
|
@ -464,7 +464,6 @@ stacktrace
|
||||||
stateful
|
stateful
|
||||||
staticfile
|
staticfile
|
||||||
staticfiles
|
staticfiles
|
||||||
stdlib
|
|
||||||
storages
|
storages
|
||||||
stylesheet
|
stylesheet
|
||||||
stylesheets
|
stylesheets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue