- New: Proper docs
- Improvement:
FormHook.save()returns a list of (form, result) instead of just the results
- Drops Django 1.7 support (mostly because it does not supports Python 3.5)
- Adds Python 3.5 support
- New: FormHook
- Deprecated: VieHook in favor of FormHook
- Fixes missing templatetags auto-escaping
- Drops support for Django 1.4, 1.5 and 1.6
- Fixes missing
hooks.templatetagsin setup.py
- Fixes missing viewhook.context
- Initial release