Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.37 KB

CHANGELOG.rst

File metadata and controls

39 lines (30 loc) · 1.37 KB

Changelog

  • 0.5.0 (February 3, 2018)
    • Added Django 1.10, 1.11, and 2.0 support.
    • Removed Python 3.2 and 3.3 support.
    • Removed Django 1.7 and 1.8 support.
  • 0.4.1 (January 17, 2016)
    • Made lazy tag URL not hardcoded in JavaScript.
    • Fixed Python 3 bug when using lazy_tag decorator.
    • Fixed Django 1.9 deprecation warnings.
  • 0.4.0 (December 2, 2015)
    • Added Python 3.5 support
    • Added Django 1.9 support
    • Removed Python 2.6 support
    • Removed Django 1.4, 1.5, and 1.6 support
  • 0.3.1 (August 9, 2015)
    • Works with template tags in subpackages, e.g. {% load foo.bar %}
  • 0.3.0 (August 3, 2015)
    • Add lazy_tag decorator.
    • Added setting to use jQuery, Prototype, or pure JavaScript for AJAX
  • 0.2.1-0.2.3 (July 31, 2015)
    • Fixed MANIFEST.in [1]
  • 0.2.0 (July 30, 2015)
    • 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.
  • 0.1 (July 28, 2015)
    • Initial alpha release
[1]"Every Python project has a "Fix MANIFEST.in" commit. Look it up, it’s true."