Not all projects have queryset issues, for example the class could be a
leaf that doesn't get inherited further.
class PolymorphicModel
class ContentItem
class TextItem <-- gets error, but it's the leaf anyway.
|
||
|---|---|---|
| .. | ||
| admin | ||
| contrib | ||
| formsets | ||
| locale | ||
| static/polymorphic | ||
| templates/admin/polymorphic | ||
| templatetags | ||
| tests | ||
| __init__.py | ||
| base.py | ||
| managers.py | ||
| models.py | ||
| query.py | ||
| query_translate.py | ||
| showfields.py | ||
| utils.py | ||