mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #21133 --Clarifed documentation about strftime formatting.
This commit is contained in:
parent
a991b01167
commit
43a2ec7999
2 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue