Skip to content

Releases: adamghill/coltrane

0.38.1

04 Jan 01:26
Compare
Choose a tag to compare
  • Clean up code.

0.37.0

10 Nov 22:23
Compare
Choose a tag to compare

What's Changed

  • Only include content or data directories if they exist by @adamghill in #66
  • Automatically enable dj-angles if it's installed by @adamghill in #69
  • Support sites for sub-domains by @adamghill in #70

Full Changelog: 0.36.0...0.37.0

0.36.0

03 Aug 21:27
Compare
Choose a tag to compare
  • Handle string, date, epoch in publish_date and convert them to timezone-aware datetime.

0.35.4

26 May 02:56
Compare
Choose a tag to compare
  • Prevent missing compress templatetag from raising an error when calling the compress management command.

0.35.3

25 May 23:46
Compare
Choose a tag to compare
  • Set COMPRESS_OFFLINE=True when running the compress management command.

0.35.2

25 May 22:07
Compare
Choose a tag to compare
  • Add all environment variables to settings.ENV, not just the variables from .env.

0.35.1

25 May 14:41
Compare
Choose a tag to compare
  • Update default Dockerfile to fix some deployment problems.

0.35.0

24 May 12:26
Compare
Choose a tag to compare
  • Include variables from .env file in settings.ENV.
  • Rewrite all docs to remove any perceived dependency on poetry.
  • Create nested folder structure for new sites.

0.34.0

13 May 23:00
Compare
Choose a tag to compare
  • Add coltrane context template variable to expose the coltrane settings.
  • Add support for django-compressor.
  • Add support for redirects.

0.33.0

01 Mar 13:04
Compare
Choose a tag to compare
  • Bump rich-click dependency and slightly better command aliases support.