Skip to content

Releases: logikal-io/django-logikal

v3.2.2

22 May 13:13
e744f5e
Compare
Choose a tag to compare

Fixed

  • List of allowed hosts for database synchronization

v3.2.1

22 May 11:36
7148f0e
Compare
Choose a tag to compare

Fixed

  • Environment variable short-circuiting

v3.2.0

22 May 10:14
bea1c83
Compare
Choose a tag to compare

Added

  • Support for specifying the database settings via environment variables

v3.1.0

27 Jan 14:09
be15244
Compare
Choose a tag to compare

Added

  • Content security policy header

v3.0.0

17 Dec 17:07
e446e4e
Compare
Choose a tag to compare

Changed

  • The secret paths were changed from django-secret-key to {project}-website-secret-key and from django-database-secrets to {project}-website-database-secrets in the dynamic site production settings

v2.1.0

23 Oct 15:32
1dbdf68
Compare
Choose a tag to compare

Added

  • Dynamic site static file serving in production

v2.0.0

16 Oct 22:22
1b1f262
Compare
Choose a tag to compare

Changed

  • Standard settings modules have been reorganized, they now provide a cleaner and more flexible interface

v1.0.3

22 Jun 10:32
b3dae72
Compare
Choose a tag to compare

Fixed

  • Inline indirect dependencies

v1.0.2

22 Jun 09:39
2fc4c57
Compare
Choose a tag to compare

Fixed

  • Switched to using the lighter logikal-utils instead of pytest-logikal as a core dependency

v1.0.1

19 Jun 17:35
f64e2ce
Compare
Choose a tag to compare

Fixed

  • Invalid imports when extras are not installed