0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
This commit is contained in:
Jeffrey Hearn 2014-05-15 22:50:26 -04:00
parent 65b9899269
commit da2c69a5ee

View File

@ -302,9 +302,15 @@ This is just one possible way of creating a taxonomy for Wagtail objects. With a
Extended Page Data with ParentalKey
Page Data Clusters with ParentalKey
-----------------------------------
The ``django-modelcluster`` module allows for streamlined relation of extra models to a Wagtail page.