-------------
* Add null noise helper (Thanks xrmx)
* Test against Django 1.7b4
* Added Spanish translations (Thanks dragosdobrota)
* Massive cleanup (pep8, translations)
* Support for transparent background color. (Thanks curaloucura)
* Support both Django 1.7 migrations and South migrations.
Please note, you *must* add the following to your settings, if you are
using South migrations and Django 1.6 or lower.
* Make sure autocomplete="off" is only applied to the text input, not the hidden input (Issue 68, thanks narrowfail)
* Fixed some grammar in the documentation. (Thanks rikrian)
* Return an HTTP 410 GONE error code for expired captcha images, to avoid crawlers from trying to reindex them (PR 70, thanks joshuajonah)
* Fixed title markup in documentation (74, thanks pavlov99)
* Test against Django 1.7.1