Django-honeypot
0.8.0
=======================
- drop Python 2 support and Django < 2.2
- add Django 3.0 support
0.7.0
======================
- drop testing on Django < 1.11
- fix middleware for Django 2.0+
0.6.0
========================
- Django 1.8 to Django 1.11 compatibile
- add honeypot exempt decorator
0.4.0
===================
- fixes for Django 1.7+ and Python 2.7/3.4
0.3.0
========================
- fix for Django 1.2, csrf changed
0.2.1
========================
- fix installation from PyPI, thanks Daniel Greenfield
0.2.0
=========================
- fix usage of middleware with unicode templates (github 2)
- move error message into honeypot_error.html
- fix usage of decorator with alternate field name (github 1)
0.1.2
===================
- fixed some packaging issues
0.1.0
=====================
- initial working release