Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 880 Bytes

HISTORY.rst

File metadata and controls

58 lines (37 loc) · 880 Bytes

History

0.3.0 (2017-03-11)

  • Add Slugged behavior adding a slug to models
  • Update documentation

0.2.0 (2017-02-14)

  • Add Released behavior for a release date on models
  • Update documentation

0.1.7 (2017-02-14)

  • Remove an unused import
  • Integrate with Lintly

0.1.6 (2017-02-14)

  • Drop python3.3 support for Django 1.8 because 1.8 no longer supports it

0.1.5 (2017-02-14)

  • Fix import error for py2.7 builds

0.1.4 (2017-02-14)

  • Fix Syntax Error

0.1.3 (2017-02-14)

  • Fixed Circular Import

0.1.2 (2017-02-13)

  • Travis CI Fixes

0.1.1 (2017-02-13)

  • First release on PyPI
  • Flake8 adherence fixes

0.1.0 (2017-02-13)

  • First push of project