Releases: APSL/django-kaio
Releases · APSL/django-kaio
0.7.2
- updated documentation and small bug fix in WhiteNoiseMixin
0.7.1
- Added documentation first version.
0.7.0
- Add support for SECURE_PROXY_SSL_HEADER in SecurityMixin.
0.6.0
- Breaking change: Remove DATABASE_OPTIONS, it doesn't work with environment variables.
0.5.0
- Strip names and values from options.
- Add support for redis password.
0.4.2
Fix missing return in database mixin.
0.4.1
- COMPRESS_CSS_HASHING_METHOD = 'content' by default.
- Accept DATABASE_OPTIONS.
- Fix #2 ImportError: cannot import name 'NoArgsCommand' with Django 1.10.
0.4.0
- Support Django 1.10.
- Support django-configurations 2
- Support Babel 6.
- Add Whitenoise mixin.
- Better handling and defaults for database tests.