Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4555495 commit 793c8a0Copy full SHA for 793c8a0
reference/forms/types/options/method.rst.inc
@@ -23,3 +23,9 @@ used to decide whether to process the form submission in the
23
render a ``_method`` hidden field in your form. This is used to "fake"
24
these HTTP methods, as they're not supported on standard browsers. For
25
more information, see :doc:`/cookbook/routing/method_parameters`.
26
+
27
+.. note:
28
29
+ Only the PATCH method allows submitting partial data without that missing
30
+ fields are set to ``null`` in the underlying data (preserving default
31
+ values, if any).
0 commit comments