mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Used https for most *.python.org links
This commit is contained in:
parent
742fba9455
commit
0a4b04fc23
36 changed files with 52 additions and 57 deletions
|
@ -253,4 +253,4 @@ drastically increase CPU usage by causing worst-case performance when
|
|||
creating ``dict`` instances. See `oCERT advisory #2011-003
|
||||
<http://www.ocert.org/advisories/ocert-2011-003.html>`_ for more information.
|
||||
|
||||
.. _-r: http://docs.python.org/2.7/using/cmdline.html#cmdoption-R
|
||||
.. _-r: https://docs.python.org/using/cmdline.html#cmdoption-R
|
||||
|
|
|
@ -80,7 +80,7 @@ You could also replace the Django WSGI application with a custom WSGI
|
|||
application that later delegates to the Django WSGI application, if you want
|
||||
to combine a Django application with a WSGI application of another framework.
|
||||
|
||||
.. _`WSGI middleware`: http://www.python.org/dev/peps/pep-3333/#middleware-components-that-play-both-sides
|
||||
.. _`WSGI middleware`: https://www.python.org/dev/peps/pep-3333/#middleware-components-that-play-both-sides
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue