Commit 8a4f5de4 authored by Carl Meyer's avatar Carl Meyer
Browse files

Fixed malformed directive in CBV date-based-mixins docs.

parent 3754f4ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ 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.