Skip to content

Commit

Permalink
Add note about the PATCH method
Browse files Browse the repository at this point in the history
  • Loading branch information
bicpi committed Jan 24, 2014
1 parent 4555495 commit 793c8a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reference/forms/types/options/method.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ used to decide whether to process the form submission in the
render a ``_method`` hidden field in your form. This is used to "fake"
these HTTP methods, as they're not supported on standard browsers. For
more information, see :doc:`/cookbook/routing/method_parameters`.

.. note:

Only the PATCH method allows submitting partial data without that missing
fields are set to ``null`` in the underlying data (preserving default
values, if any).

0 comments on commit 793c8a0

Please sign in to comment.