Here you can find the recent changes to django-activeurl
- Add support for Django 3.0, #44, thanks @meloncafe!
- Drop support for Django versions less than 2.2, #48
- Travis improvements, sort imports, remove python 3.3/3.4, #45
- Ignore href="#" to fix incompatibilities with bootstrap. This matches <= 0.1.9 behaviour.
- ignore_params now works with menu="no"
Changelog started
Added
ignore_params
for matching patterns with GET parameters.e.g. /path/ will match /path/?param=value
To enable this, add
ignore_params="yes"
to your{% activeurl %}
tag:{% activeurl ignore_params="yes" %}