Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 960 Bytes

CHANGELOG.rst

File metadata and controls

52 lines (40 loc) · 960 Bytes

Changelog

1.11

  1. Django 1.11 compatibility.
  2. Deprecated support for versions below Django 1.9.

1.9

  1. Django 1.9 compatibility.

1.0.3

  1. Fixed Django 1.4 templatetag issues.

1.0.2

  1. Django 1.7 compatibility.

1.0.1

  1. Fixed compatibility issues with Django 1.5+ url templatetags.

1.0.0

#. Fixed compatibility issues with newer versions of Django. This however may not be backward compatible with versions of Django earlier than 1.4.

0.0.7

  1. Pass context to object_tools tag. Thanks slafs

0.0.6

  1. Corrected 'str' object has no attribute 'has_perm' bug #7.

0.0.5

  1. Remove usage of 'ADMIN_STATIC_PREFIX' in templates for move to Django 1.4.

0.0.4

  1. Better packaging.

0.0.3 (2011-09-15)

  1. Correctly resolve title.

0.0.1 (2011-07-22)

  1. Initial release.