wagtail/docs/advanced_topics/customisation
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
..
admin_templates.md Add snug mode release notes 2024-04-18 13:04:25 +01:00
custom_page_listings.md Add reference docs for PageListingViewSet 2024-03-07 09:57:11 +00:00
custom_user_models.md 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
index.md Add documentation for custom page listings via PageListingViewSet 2024-03-07 09:57:10 +00:00
page_editing_interface.md Add missing promote tab to ObjectList permission example (#11893) 2024-04-25 13:45:05 +01:00
streamfield_blocks.md Update documentation globally to use US spelling (not UK) + grammar fixes 2024-01-30 07:30:57 +10:00