Skip to content

Releases: grantmcconnaughey/django-lazy-tags

v0.3.0

03 Aug 20:04
Compare
Choose a tag to compare
  • Add lazy_tag decorator.
  • Added setting to use jQuery, Prototype, or pure JavaScript for AJAX

v0.2.3

03 Aug 01:48
Compare
Choose a tag to compare
  • 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

28 Jul 21:09
Compare
Choose a tag to compare

Initial release