Skip to content

Commit 32e42c2

Browse files
committed
Fix field variable sorting
1 parent 5a7cffd commit 32e42c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/forms/types/dateinterval.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,14 @@ Field Variables
281281
Variable Type Usage
282282
============ =========== ========================================
283283
widget ``mixed`` The value of the `widget`_ option.
284-
with_years ``Boolean`` The value of the `with_years`_ option.
285-
with_months ``Boolean`` The value of the `with_months`_ option.
286-
with_weeks ``Boolean`` The value of the `with_weeks`_ option.
287284
with_days ``Boolean`` The value of the `with_days`_ option.
285+
with_invert ``Boolean`` The value of the `with_invert`_ option.
288286
with_hours ``Boolean`` The value of the `with_hours`_ option.
289287
with_minutes ``Boolean`` The value of the `with_minutes`_ option.
288+
with_months ``Boolean`` The value of the `with_months`_ option.
290289
with_seconds ``Boolean`` The value of the `with_seconds`_ option.
291-
with_invert ``Boolean`` The value of the `with_invert`_ option.
290+
with_weeks ``Boolean`` The value of the `with_weeks`_ option.
291+
with_years ``Boolean`` The value of the `with_years`_ option.
292292
============ =========== ========================================
293293

294294
.. _`RFC 3339`: http://tools.ietf.org/html/rfc3339

0 commit comments

Comments
 (0)