You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Natureshadow
added a commit
to Natureshadow/django-menu-generator
that referenced
this issue
Nov 16, 2020
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.The text was updated successfully, but these errors were encountered: