-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-table inheritance not supported #31
Comments
Postponed multi-table inheritance support. Some champion can implement it - and I'll thankfully merge. I will probably reconsider implementing it if this feature will gain sufficient interest one day. |
Is just adding a save() method to the child models that calls invalidate_model on the parent a sanish way to get around this for now? |
@Suor sorry for digging into such an old ticket. Is there anything that can be done to mitigate this issue? I'm using Wagtail CMS which uses concepts of The problem im observing is that while caching works fine, invalidation is not. For time being I'm thinking either not to use it for this kind of models or doing some custom aggressive cache invalidation. |
I guess you can make signal handlers doing one or several |
I saw pending PR with some code samples, will try that! thanks! |
More precisely, automatic event-based doesn't work properly for it. There are actually two different cases:
The text was updated successfully, but these errors were encountered: