Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 738 Bytes

CHANGELOG.rst

File metadata and controls

51 lines (39 loc) · 738 Bytes

Changelog

next

  1. String representation for Python 3.

2.0.0

  1. Django 2 support. The minimum supported Django version is now 1.10.

1.11.0

  1. Compatibility for Python 3.5 and Django 1.11.

1.9

  1. Actual unit tests.
  2. Compatibility from Django 1.6 to 1.9.

0.1.3

  1. __unicode__ method now returns a sensible result.

0.1.2

  1. Fix tree view.

0.1.1

  1. Added sites and subtitle fields.

0.1

  1. Dependency cleanup.

0.0.6

  1. Added get_absolute_url on Category

0.0.5

  1. Use prepopulate_fields for admin interface
  2. Parent category field added
  3. South migration path created
  4. Tree view of categories and tags

0.0.4 (2011-08-24)

  1. Docs, testrunner.