Jaakko Kantojärvi
Jaakko Kantojärvi
I would be fine to set an environment variable before starting the application, which specifies if native borders should be enabled or not (e.g. `enabled`, `disabled` or `auto` (selects default...
@bradrydzewski sorry to ping here, but I didn't know or find any better place. Any idea if that kind of interface change is planned or on a roadmap. As a...
Does #153 fix this?
I will look into tests and documentation if this is good addition. Didn't spend time on those before some more higher level feedback on idea. Also, should this be implemented...
Ok. I'll start looking to make this real PR on next week. Hopefully I get it done there.
I reimplemented my reimplementation as this new way requires less iteration. Old tests work on new code (old use case should still work). I'm still in progress of writing new...
I updated the implementation. Old one can be found [here](https://github.com/raphendyr/drf-extensions/tree/reimplement_nested_routes_v1). I'll keep this PR updated, so people can test this too. I try to get this finalized in month or...
I hope if I can validate the code against current head. As I have learned about swagger, the walkable apis aren't so good approach anymore. This means ``NestedHyperlinkedIdentityField` isn't so...
I try to make rebase in few weeks.
I'm back to full day jpb for the summer, so I have time to get this finally done. Rebased on top of current master here https://github.com/raphendyr/drf-extensions/tree/reimplement_nested_routes_v3 . Gonna test that...