You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Wagtail applications I tend to make an Abstract Page model that adds a bunch of stuff I want on every page.
I'd quite like to be able to include tagging, but because you can't have a Many-to-many relationship to an Abstract model I have to add tags to each individual page type I create.
The solution is GenericForeignKeys which it would be pretty great if django-modelcluster supported.
Thanks for the wonderful package!
The text was updated successfully, but these errors were encountered:
In Wagtail applications I tend to make an Abstract Page model that adds a bunch of stuff I want on every page.
I'd quite like to be able to include tagging, but because you can't have a Many-to-many relationship to an Abstract model I have to add tags to each individual page type I create.
The solution is
GenericForeignKeys
which it would be pretty great ifdjango-modelcluster
supported.Thanks for the wonderful package!
The text was updated successfully, but these errors were encountered: