wagtail/docs
zerolab 23a8fe8e0e Fix `BaseChooser.get_instance` for non-existing pks (#10362)
Fixes #10348

e.g. when trying to move an existing page when `parent_page_types`
is added after the page is created under a different parent page type than the one allowed
2023-04-24 13:55:13 +01:00
..
_static
_templates
advanced_topics Remove old versionadded / versionchanged notes 2023-04-21 13:47:10 +01:00
contributing Updates for new contributors (#10071) 2023-04-24 13:23:43 +01:00
editor_manual
extending Remove old versionadded / versionchanged notes 2023-04-21 13:47:10 +01:00
getting_started
public Move security.txt to wagtail.org (#9751) 2023-04-21 18:01:09 +01:00
reference Document how to add non-ModelAdmin views to a ModelAdminGroup (#10022) 2023-04-21 18:26:03 +01:00
releases Fix `BaseChooser.get_instance` for non-existing pks (#10362) 2023-04-24 13:55:13 +01:00
topics Remove old versionadded / versionchanged notes 2023-04-21 13:47:10 +01:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
support.md

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.org when the main branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory):

pip install -e .[testing,docs]

To build the documentation for browsing, from this directory run:

make html

then open _build/html/index.html in a browser.

To rebuild automatically while editing the documentation, from this directory run:

sphinx-autobuild . _build

The online MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.