1.2.1 - August 3 2024
=====================
  - Django 5.1 support

1.2.0 - May 28 2024
===================
    - added HONEYPOT_RESPONDER setting for more configurability, thanks to
    Florian Demmer!

1.1.0 - December 9 2023
=======================
    - add Django system check for correct middleware, thanks to Jeroen Dekkers
    - various testing/config fixes, including Django 5.0 compatibility, thanks
    to Christian Clauss

1.0.4 - November 17 2023
========================
    - add support for class based views, thanks to Richard Smith
    - fix #31, missing request on render_to_string


1.0.2 - Oct 25 2021
=====================
    - fix for Django 4.0 compatibility

1.0.1 - May 24 2021
=======================
    - fix for Django 3.0 compatibility

1.0.0 - May 24 2021
=======================
    - turn autocomplete off for Chrome users
    - remove some legacy compatibility code

0.9.0 - June 9 2020
=======================
    - change default display: none to something a bit more difficult for bots
    - switch to new style middleware

0.8.0 - December 2 2019
=======================
    - drop Python 2 support and Django < 2.2
    - add Django 3.0 support

0.7.0 - August 15 2018
======================
    - drop testing on Django < 1.11
    - fix middleware for Django 2.0+

0.6.0 - February 21 2017
========================
	- Django 1.8 to Django 1.11 compatibile
	- add honeypot exempt decorator

0.4.0 - May 26 2015
===================
    - fixes for Django 1.7+ and Python 2.7/3.4

0.3.0 - February 22 2009
========================
    - fix for Django 1.2, csrf changed

0.2.1 - November 18 2009
========================
    - fix installation from PyPI, thanks Daniel Greenfield

0.2.0 - September 28 2009
=========================
    - 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 - May 27 2009
===================
    - fixed some packaging issues

0.1.0 - April 24 2009
=====================
    - initial working release
