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
django.core.exceptions.ImproperlyConfigured: Model 'ConcretePartitionEvent' is not properly configured to be partitioned. Set the `method` and `key` attributes on the `PartitioningMeta` class as a child of 'ConcretePartitionEvent'
When I simply make the parent model a concrete model, everything works as expected.
I couldn't find anything in the docs. Is this expected behavior?
Django=3.2.15
django-postgres-extra=2.0.4
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
For example:
When calling
manage.py pgmakemigrations
, it will produce a migration with operations that look like this:Notice how "key" is
[]
. This results inWhen I simply make the parent model a concrete model, everything works as expected.
I couldn't find anything in the docs. Is this expected behavior?
Django=3.2.15
django-postgres-extra=2.0.4
The text was updated successfully, but these errors were encountered: