0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00
wagtail/docs/advanced_topics
Sage Abdullah b757524708 Do not suggest using the custom user model's app config as the custom wagtail.users app config
Doing so would mean the "models" module of the app that contains the
custom user model will be used in favour of the models module of the
wagtail.users app, which contains the UserProfile model. As a result,
the UserProfile model becomes mistakenly picked up by the wagtailcore
app, creating a bogus migration when makemigrations is run.

This partially reverts the docs to the version before
449a48d7f9, in particular the paragraphs
about creating the custom AppConfig subclass for wagtail.users.
2024-07-29 17:35:08 +01:00
..
api fixes some of errors by removing directives 2024-07-18 23:13:26 +01:00
customisation Do not suggest using the custom user model's app config as the custom wagtail.users app config 2024-07-29 17:35:08 +01:00
documents Add documentation to support password required settings change 2024-04-18 07:03:08 +10:00
images Upgrade Sphinx to 7.3; use newer syntax for no-index directive and --fail-on-warning switch 2024-07-23 10:13:03 +01:00
accessibility_considerations.md Add underscore as an alt text antipattern (#12119) 2024-07-16 08:53:23 +01:00
add_to_django_project.md Remove lesser-used archive formats from WAGTAILDOCS_EXTENSIONS list 2024-03-07 12:19:23 +00:00
amp.md
boundblocks_and_values.md
deploying.md Update deployment docs to cover XSS risks 2024-03-07 12:19:22 +00:00
embeds.md
formbuilder_routablepage_redirect.md
i18n.md Docs - Update and fix broken links 2024-02-16 17:23:53 +10:00
icons.md Support SVG icon id attributes with single quotes in the styleguide (#11903) 2024-05-30 12:39:03 +01:00
index.md
multi_site_multi_instance_multi_tenancy.md
performance.md Remove duplication on performance page for frontend caching proxies (#11871) 2024-04-29 19:10:07 +01:00
privacy.md Add documentation to support password required settings change 2024-04-18 07:03:08 +10:00
reference_index.md
streamfield_migrations.md
streamfield_validation.md Add note about StreamField validation happening on the form 2024-03-14 07:56:15 +10:00
sustainability_considerations.md
testing.md
third_party_tutorials.md Add third party tutorials Q1 2024 (#11878) 2024-04-22 12:37:26 +01:00