====================== - compatibility tweaks for Django 1.9 and 1.10
1.4.0
========================= - bugfixes for Django 1.9 - drop support for deprecated Django versions
1.3.5
=================== - properly handle null=True
1.3.4
===================== - Fix for an issue where __proxy__ objects interfere w/ widget rendering.
1.3.3
===================== - Add test for issue fixed in last release: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0846 Further documented here: https://www.djangoproject.com/weblog/2015/apr/21/docutils-security-advisory/
1.3.2
===================== - Fix for an issue with ReST, thanks to Markus Holtermann