Closed tony closed 7 years ago
Hey! It is on my roadmap for more then 1 year. Unforuannely I am not working with django full-time right now. Pull request are welcome to the refactoring branch. I ecpect to do this feature my own in 1.5 month during next vacation ;)
I'm going to try a slightly different approach. A new param with a default value, rather than a setting.
Then I'm going to add a test for it and PR.
I'm going to do a first PR with re.sub
w/ tests. Then we can figure out urlparse in a future PR
This is in now.
e.g.
<a href="{% url 'account_login' %}?next={{request.get_full_path}}"
won't show as active.Solution: consider an option that chops off / ignores GET params around https://github.com/hellysmile/django-activeurl/blob/master/django_activeurl/utils.py#L79