Skip to content

Commit

Permalink
minor #3538 Rebasing #3518 (weaverryan)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Rebasing #3518

This is just a rebase of #3518 against the 2.3 branch so that it can be merged cleanly.

Commits
-------

561d201 update collection.rst - add cascade_validation opt
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents 5c367b4 + 561d201 commit 6848bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/forms/types/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ forms, which is useful when creating forms that expose one-to-many relationships
| | - `empty_data`_ |
| | - `required`_ |
| | - `mapped`_ |
| | - `cascade_validation`_ |
+-------------+-----------------------------------------------------------------------------+
| Parent type | :doc:`form </reference/forms/types/form>` |
+-------------+-----------------------------------------------------------------------------+
Expand Down Expand Up @@ -363,3 +364,5 @@ error_bubbling
.. include:: /reference/forms/types/options/required.rst.inc

.. include:: /reference/forms/types/options/mapped.rst.inc

.. include:: /reference/forms/type/options/cascade_validation.rst.inc

0 comments on commit 6848bed

Please sign in to comment.