Skip to content

[Feature] Add support of nested URLs #733

@imapanda

Description

@imapanda

Is this feature missing in the latest version?

  • I'm using the latest release

Is your feature request related to a problem? Please describe.

It looks impossible to handle nested URLs like this :
/libraries/1/books/1/

What would work currently is if we separate urls into :
/libraries/1/
and
/books/1/

Describe the solution you'd like?

I tried to play with the function list_view_url inside generic.list.py and found out that reverse(self.__list_view_name,kwargs=self.kwargs) would kind of work but breaks others things.
It would be a good start to continue playing with this but i'm too new to this repo to help anyone.

Maybe someone understands my problem ! I'll be happy to provide more help/infos if needed :)

Kind regards

Describe alternatives you've considered?

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions