jsocol / django-adminplus

Easily add custom views to the Django admin.
BSD 3-Clause "New" or "Revised" License
589 stars 79 forks source link

Hide parameterized URLs #53

Open AstraLuma opened 7 years ago

AstraLuma commented 7 years ago

If a URL contains parameters, don't auto-show it.

I would think just looking for '(' in the URL would be enough.