- Feature:
Slugged
behavior now supports non-unique slugs (thanks @vonmaster)
- Drop Django 2.0 support and Python 3.4 support as they have reached EOL
- Add Django 2.1, 2.2 and Python 3.7 support
- Feature: Add db_index to
Timestamped
behavior'smodified
field (thanks @kazqvaizer)
- Feature: Add
StoreDeleted
behavior to soft delete models (thanks @abekroenem)
- Update setup.py classifiers
- Add Django 2.0 and Python 3.6 Support
- Add
Slugged
behavior adding a slug to models - Update documentation
- Add
Released
behavior for a release date on models - Update documentation
- Remove an unused import
- Integrate with Lintly
- Drop python3.3 support for Django 1.8 because 1.8 no longer supports it
- Fix import error for py2.7 builds
- Fix Syntax Error
- Fixed Circular Import
- Travis CI Fixes
- First release on PyPI
- Flake8 adherence fixes
- First push of project