Skip to content

Commit

Permalink
docs: add warning for jinja2_time (#1890)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jul 10, 2023
1 parent b274ce9 commit bdd0f14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/advanced/template_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ By default Cookiecutter includes the following extensions:
- ``cookiecutter.extensions.TimeExtension``
- ``cookiecutter.extensions.UUIDExtension``

.. warning::

The above is just an example to demonstrate how this is used. There is no
need to require ``jinja2_time.TimeExtension``, since its functionality is
included by default (by ``cookiecutter.extensions.TimeExtension``) without
needing an extra install.

Jsonify extension
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit bdd0f14

Please sign in to comment.