Make sure the `RelatedManager.get_query_set()` is called, which limits the set, instead of calling `self.get_queryset()` which then returns a new queryset. Fortunately, this only happened on proxied calls for unknown methods. |
||
|---|---|---|
| .. | ||
| locale | ||
| templates/admin/polymorphic | ||
| templatetags | ||
| __init__.py | ||
| __version__.py | ||
| admin.py | ||
| base.py | ||
| manager.py | ||
| models.py | ||
| polymorphic_model.py | ||
| query.py | ||
| query_translate.py | ||
| showfields.py | ||
| tests.py | ||
| tools_for_tests.py | ||