hzdg / django-modeltools

Enums in your models, template strings for FileField names…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Way to Specify Base QuerySet for FilteredManager

matthewwithanm opened this issue · comments

You can't override get_query_set, since that's where the actual filtering is done. So we need to provide another way to alter the base query set.