Django-polymorphic simplifies using inherited models in Django projects. When a query is made at the base model, the inherited model classes are returned. WWW: https://github.com/chrisglass/django_polymorphic PR: 207023 Submitted by: Kevin Golding <ports@caomhin.org>
5 lines
211 B
Text
5 lines
211 B
Text
Django-polymorphic simplifies using inherited models in Django projects.
|
|
When a query is made at the base model, the inherited model classes are
|
|
returned.
|
|
|
|
WWW: https://github.com/chrisglass/django_polymorphic
|