django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

Deep recurrence displays invalid path

Open rettier opened this issue 8 years ago • 2 comments

In my project i had an urlpattern which included another urlpattern. The current code does resolve this, but only keeps the last parent pattern, thus displaying an invalid path.

The PR fixes the problem by keeping a list of all parent patterns.

rettier avatar Jul 04 '16 09:07 rettier

Does this happen to relate to this issue I'm having? http://stackoverflow.com/questions/40442468/django-rest-docs-show-wrong-urls?noredirect=1#comment68137074_40442468

Nsrose avatar Nov 06 '16 22:11 Nsrose

Thanks, this fixed it for me

tawanda avatar Nov 19 '16 11:11 tawanda