Merge branch '2.x' into 3.x

* 2.x:
  Update format_date.rst
This commit is contained in:
Fabien Potencier
2020-10-27 13:59:52 +01:00
+1 -1
View File
@@ -2,7 +2,7 @@
===============
The ``format_date`` filter formats a date. It behaves in the exact same way as
the ``format_datetime`` filter, but without the time.
the :doc:`format_datetime<format_datetime>` filter, but without the time.
.. note::