summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorThomas Tanner <tanner@gmx.net>2015-03-16 01:33:59 +0100
committerTim Graham <timograham@gmail.com>2015-03-16 09:12:57 -0400
commit28986da4ca167ae257abcaf7caea230eca2bcd80 (patch)
tree7db7c27812e72b860c088d98a7b36d2b1f016023 /docs/releases
parent39573a11db694a584de6ca2a858fa05ec4ea13e1 (diff)
Fixed #5986 -- Added ability to customize order of Form fields
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index a6544a6030..08d79cb59a 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -119,6 +119,10 @@ Forms
``field_classes`` to customize the type of the fields. See
:ref:`modelforms-overriding-default-fields` for details.
+* You can now specify the order in which form fields are rendered with the
+ :attr:`~django.forms.Form.field_order` attribute, the ``field_order``
+ constructor argument , or the :meth:`~django.forms.Form.order_fields` method.
+
Generic Views
^^^^^^^^^^^^^