All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
...
- Fix reverse for blocklist
- Add change password form
- Issue with dotted view ref in template url
1.1.3 - 2018-05-17
- Issue with python 3.6 relative import
1.1.2 - 2018-04-23
- Crash when uploading an image (introduced in 1.1.1)
1.1.1 - 2018-04-23
- Crash when saving an image (as opposed to uploading an image)
1.1.0 - 2018-04-04
- Compatibility with Django 1.10 and 1.11
- The project now depends on
django-password-policies-iplweb
, a maintained fork of the originaldjango-password-policies
. Make sure to removedjango-password-policies
from your own list of requirements if you had it defined.
1.0.4 - 2018-03-27
- ConnectionError is now catched properly and returned with a custom error message
- Return the correct network socket connection object when the unix socket connection fails
- Do not register Calm AV signals when
CLAMAV_ACTIVE
is set toFalse
1.0.3 - 2016-06-16
- Compatibility with Wagtail 1.5
- Compatibility with Wagtail prior 1.5
1.0.2 - 2016-05-03
1.0.1 - 2016-04-29
1.0.0 - 2016-04-19
Initial Release