jazzband / django-polymorphic

Improved Django model inheritance with automatic downcasting
https://django-polymorphic.readthedocs.io
Other
1.66k stars 280 forks source link

Add option to model meta class to prevent proxy models being polymorphic #544

Open pgammans opened 1 year ago

pgammans commented 1 year ago

Add support for 'proxy' polymorphic models to behave in the same manor as Django models where no supplementary table is created, and that queries on the proxy class are the same as those on it base,

Fixes #376 #390