oupled with extra args and kwargs.
>
> e.g.
>
> Book.objects.get(isbn, author__name='Daniel Roy Greenfeld')
>
> I'd be in favor of preventing pk and kwarg or Q args mixing.
>
> Count me +1 for the get() case and -1 for the filter() one.
>
> Simon
&
Hi,
I'm creating this topic to see if there is interest to implement positional
arguments in queryset filtering.
Current situation
Currently the only way to use positional arguments to filter can be either:
- Passing a single or multiple Q objects:
MyClass.objects.filter(Q(key=valu