Releases: grantmcconnaughey/django-lazy-tags
Releases · grantmcconnaughey/django-lazy-tags
v0.3.0
v0.2.3
- Use Django cache instead of URL parameters in order to prevent potential remote code execution.
- Fixed issue where tags with multiple args would not work.
- Removed template tag args/kwargs always being passed in as strings.
- Removed LAZY_TAGS_FORCE_LOGIN setting. Not needed now that remote code execution issue is fixed.
v0.1.0
Initial release