Kaydet (Commit) 2fc5a5bf authored tarafından Tim Graham's avatar Tim Graham

Removed stray versionadded/changed annotations for 1.10.

üst 2470756d
...@@ -96,10 +96,6 @@ Widgets of required form fields have the ``required`` HTML attribute. Set the ...@@ -96,10 +96,6 @@ Widgets of required form fields have the ``required`` HTML attribute. Set the
``required`` attribute isn't included on forms of formsets because the browser ``required`` attribute isn't included on forms of formsets because the browser
validation may not be correct when adding and deleting formsets. validation may not be correct when adding and deleting formsets.
.. versionadded:: 1.10
Support for the ``required`` HTML attribute was added.
``label`` ``label``
--------- ---------
......
...@@ -1468,11 +1468,6 @@ used. Assuming the same settings as the previous example:: ...@@ -1468,11 +1468,6 @@ used. Assuming the same settings as the previous example::
outputs ``9 de Enero de 2008`` (the ``DATE_FORMAT`` format specifier for the outputs ``9 de Enero de 2008`` (the ``DATE_FORMAT`` format specifier for the
``es`` locale is ``r'j \d\e F \d\e Y'``. ``es`` locale is ``r'j \d\e F \d\e Y'``.
.. versionchanged:: 1.10
In older versions, the :setting:`DATE_FORMAT` setting (without
localization) is always used when a format string isn't given.
You can combine ``date`` with the :tfilter:`time` filter to render a full You can combine ``date`` with the :tfilter:`time` filter to render a full
representation of a ``datetime`` value. E.g.:: representation of a ``datetime`` value. E.g.::
...@@ -2185,11 +2180,6 @@ is the same as:: ...@@ -2185,11 +2180,6 @@ is the same as::
{{ value|time:"TIME_FORMAT" }} {{ value|time:"TIME_FORMAT" }}
.. versionchanged:: 1.10
In older versions, the :setting:`TIME_FORMAT` setting (without
localization) is always used when a format string isn't given.
.. templatefilter:: timesince .. templatefilter:: timesince
``timesince`` ``timesince``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment