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

Fixed #25778 -- Updated docs links to use https when available.

This commit is contained in:
Jon Dufresne
2015-11-29 08:29:46 -08:00
committed by Tim Graham
parent 51a3721372
commit 7aabd62380
66 changed files with 156 additions and 156 deletions

View File

@@ -13,4 +13,4 @@ Bugfixes
security release, the ``django.views.static.serve()`` function was altered
to stream the files it serves. Unfortunately, the ``GZipMiddleware`` consumed
the stream prematurely and prevented files from being served properly
(`#24158 <http://code.djangoproject.com/ticket/24158>`_).
(:ticket:`24158`).