0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
wagtail/docs/reference
Andy Babic 66f1e817eb
Allow page types to easily restrict what type of requests they respond to (#12473)
* Allow page types to specify the request methods they support and block unsupported requests in serve()
* Use 'before_serve_page' hook to serve OPTIONS responses
* Add checks to RoutablePageMixin.serve() where the parent implementation is bypassed
* Rename check_http_method to check_request_method and actually use the return value
* Support Python 3.9 through to current approaches for `http` method strings
* Include documentation, docstrings & changelog entry
2024-11-20 10:15:36 +10: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 Documentation - Reposition model & panel references 2024-10-25 20:30:12 +10:00
jinja2.md Docs - Update and fix broken links 2024-02-16 17:23:53 +10:00
management_commands.md Documentation - Improve project template (wagtail start) & add to management commands reference 2024-10-25 21:15:30 +10:00
models.md Allow page types to easily restrict what type of requests they respond to (#12473) 2024-11-20 10:15:36 +10: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 Add translatable model copy for translation done signal (#12362) 2024-09-27 16:01:52 +01:00
viewsets.md Fix formatting errors 2024-07-19 00:21:39 +01:00