Piotr Gretkierewicz

Results 5 comments of Piotr Gretkierewicz

> ... > ### Debugging material > I think the uvicorn logger should not propagate, because it already handled by uvicorn handler. And the behavior of gunicorn is no duplicate...

Not sure how would you pass OneToOne resource's parent lookup. I'm building OneToOne relation in nested resource so it is even more complicated there. Here is the pull request. [Update...

> If I have a URL path such as: > `/api/users/{username}` > > When I nest this with some child element, I get the the `lookup` value given to`NestedSimpleRouter` prepended:...

As for the code. With current version of `drf-nested-routers` passing `lookup_field=None` causes: ```python getattr(): attribute name must be string ``` because of no condition or exception catching before calling ```python...

> That sounds very nice. Yet I cannot picture how it work. > > Could you add some test illustrating the new usage? A change in the Readme would also...