1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +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

@@ -1131,7 +1131,7 @@ def now(parser, token):
"""
Display the date, formatted according to the given string.
Use the same format as PHP's ``date()`` function; see http://php.net/date
Use the same format as PHP's ``date()`` function; see https://php.net/date
for all the possible values.
Sample usage::