mirror of https://github.com/django/django.git
Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.
This commit is contained in:
parent
2ed6f20e7a
commit
33e89de8ca
|
@ -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…
Reference in New Issue