Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if manager is None instead of Falsy
justinmayer#65 A custom defined manager will be overridden by the `_default_manager` when the custom manager returns `QuerySet<[]>`, because `bool(QuerySet<[]>) is False`
- Loading branch information