Skip to content

Releases: APSL/django-kaio

0.7.2

15 Jun 09:40
Compare
Choose a tag to compare
  • updated documentation and small bug fix in WhiteNoiseMixin

0.7.1

15 Jun 07:58
Compare
Choose a tag to compare
  • Added documentation first version.

0.7.0

12 Jun 13:02
Compare
Choose a tag to compare
  • Add support for SECURE_PROXY_SSL_HEADER in SecurityMixin.

0.6.0

31 May 07:22
Compare
Choose a tag to compare
  • Breaking change: Remove DATABASE_OPTIONS, it doesn't work with environment variables.

0.5.0

08 May 08:20
Compare
Choose a tag to compare
  • Strip names and values from options.
  • Add support for redis password.

0.4.2

10 Nov 10:08
Compare
Choose a tag to compare

Fix missing return in database mixin.

0.4.1

04 Nov 16:00
Compare
Choose a tag to compare
  • COMPRESS_CSS_HASHING_METHOD = 'content' by default.
  • Accept DATABASE_OPTIONS.
  • Fix #2 ImportError: cannot import name 'NoArgsCommand' with Django 1.10.

0.4.0

29 Aug 08:05
Compare
Choose a tag to compare
  • Support Django 1.10.
  • Support django-configurations 2
  • Support Babel 6.
  • Add Whitenoise mixin.
  • Better handling and defaults for database tests.

0.3.0

31 May 09:45
Compare
Choose a tag to compare

First public version.