Releases: springload/wagtailenforcer
Releases · springload/wagtailenforcer
1.1.7
1.1.5
1.1.4
1.1.3
1.1.2
Fixed
- Crash when uploading an image (introduced in 1.1.1)
1.1.1
1.1.0
Added
- Compatibility with Django 1.10 and 1.11
Changed
- 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
Fixed
- 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
Changed
- Do not register Calm AV signals when
CLAMAV_ACTIVE
is set toFalse