0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 00:17:06 +01:00
wagtail/docs/reference
John-Scott Atlakson 9d31fd3fa5 Fix - Ensure WagtailAdminFormPageForm.clean returns cleaned_data
Return `cleaned_data` for more consistent subclassing.

Updated documentation with an example of adding custom page validation for form fields.

Add unit test to ensure that the documented usage of extending `WagtailAdminFormPageForm` works as expected.

Originally from #10375
2024-11-05 19:22:33 +00:00
..
contrib Fix - Ensure WagtailAdminFormPageForm.clean returns cleaned_data 2024-11-05 19:22:33 +00:00
pages Support application of select_related and prefetch_related lookups to subqueries made by SpecificIterable 2024-10-28 08:06:03 +10:00
streamfield Add Django's custom Sphinx roles and use them to link to settings 2024-11-05 10:44:40 +00:00
hooks.md Docs - Improve hooks & extending pages with CSP compliant examples 2024-11-02 10:29:19 +10:00
index.md
jinja2.md
management_commands.md Documentation - Improve project template (wagtail start) & add to management commands reference 2024-10-25 21:15:30 +10:00
models.md Use intersphinx to link to treebeard docs 2024-11-05 10:44:41 +00:00
panels.md Docs - Update spelling to US customize variants 2024-10-29 18:47:43 +10:00
project_template.md Documentation - Improve project template (wagtail start) & add to management commands reference 2024-10-25 21:15:30 +10:00
settings.md Add missing apostrophe in settings documentation (#12542) 2024-11-05 16:09:55 +00:00
signals.md
viewsets.md