From 89f02960cfae07d978c06cb22b30bbbfc8890091 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 11 Feb 2019 12:26:50 +0100 Subject: [PATCH] Added a note about the deprecations of DateTimeType --- reference/forms/types/datetime.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/forms/types/datetime.rst b/reference/forms/types/datetime.rst index 5b9295c5885..36364885553 100644 --- a/reference/forms/types/datetime.rst +++ b/reference/forms/types/datetime.rst @@ -196,6 +196,11 @@ Defines the ``widget`` option for both the :doc:`DateType `. This can be overridden with the `date_widget`_ and `time_widget`_ options. +.. versionadded:: 4.3 + + Using the ``date_format``, ``date_widget``, and ``time_widget`` options when + the ``widget`` option is set to ``single_text`` is deprecated since Symfony 4.3. + .. include:: /reference/forms/types/options/with_minutes.rst.inc .. include:: /reference/forms/types/options/with_seconds.rst.inc