django-menu-generator
django-menu-generator copied to clipboard
related_urls match too much
The new related_urls feature matches too much, i.e. in the middle of a string.
Giving /car as related URL will not only match /car/1, but also /drinks/categories/carbonated. Using a trailing / would help a bit, but that would mean that /person is not matched under all circumstances.