0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +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
streamfield Add Django's custom Sphinx roles and use them to link to settings 2024-11-05 10:44:40 +00:00
hooks.md
index.md
jinja2.md
management_commands.md
models.md Use intersphinx to link to treebeard docs 2024-11-05 10:44:41 +00:00
panels.md
project_template.md
settings.md Add missing apostrophe in settings documentation (#12542) 2024-11-05 16:09:55 +00:00
signals.md
viewsets.md