Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umrad/fields: Allow str as lhs in PathField filters.
This permits e.g. File.objects.filter(path='/some/path/here'). Previously it had to be path=Path('/some/path/here').
- Loading branch information