1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #29784 -- Switched to https:// links where available.

This commit is contained in:
Jon Dufresne
2018-09-25 23:48:47 -07:00
committed by Claude Paroz
parent d1d5c97bc2
commit 82f286cf6f
131 changed files with 267 additions and 267 deletions

View File

@@ -54,7 +54,7 @@ not cause any issues with the typical round-trip from ``dumpdata`` to
``loaddata``, but if you feed your own XML documents to the ``loaddata``
management command, you will need to ensure they do not contain a DTD.
.. _from the Python security team: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
.. _from the Python security team: https://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
Formset memory exhaustion