Loading docs/ref/class-based-views/mixins-date-based.txt +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ Date-based mixins .. currentmodule:: django.views.generic.dates .. note:: All the date formatting attributes in these mixins use :func:`~time.strftime` format characters. Do not try to use the format characters from the :ttag:`now` template tag as they are not compatible. YearMixin --------- Loading docs/ref/templates/builtins.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,10 @@ Formats a date according to the given format. Uses a similar format as PHP's ``date()`` function (http://php.net/date) with some differences. .. note:: These format characters are not used in Django outside of templates. They were designed to be compatible with PHP to ease transitioning for designers. Available format strings: ================ ======================================== ===================== Loading Loading
docs/ref/class-based-views/mixins-date-based.txt +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ Date-based mixins .. currentmodule:: django.views.generic.dates .. note:: All the date formatting attributes in these mixins use :func:`~time.strftime` format characters. Do not try to use the format characters from the :ttag:`now` template tag as they are not compatible. YearMixin --------- Loading
docs/ref/templates/builtins.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1251,6 +1251,10 @@ Formats a date according to the given format. Uses a similar format as PHP's ``date()`` function (http://php.net/date) with some differences. .. note:: These format characters are not used in Django outside of templates. They were designed to be compatible with PHP to ease transitioning for designers. Available format strings: ================ ======================================== ===================== Loading