Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Form] Make difference between data and empty_data options more visisble #7802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 4, 2017
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
HeahDude authored and wouterj committed Apr 15, 2017
commit 67c93b676f2f5f1ab02381a35e6417be5df52ceb
2 changes: 1 addition & 1 deletion 2 reference/forms/types/options/empty_data.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DEFAULT_PLACEHOLDER

This option determines what value the field will return when the submitted
value is empty. It does not set an initial value if none is provided when
the form is rendered in a view (see `Data` or `Placeholder` options).
the form is rendered in a view (see ``data`` or ``placeholder`` options).

It helps you handling form submission and you can customize this to your needs.
For example, if you want the ``gender`` choice field to be explicitly set to ``null``
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.