Skip to content

Releases: adamghill/coltrane

0.38.7

20 Jan 14:46
Compare
Choose a tag to compare
  • Better handling of including partials with custom sites.
  • Add support for CSRF_TRUSTED_ORIGINS.
  • Support django-unicorn components in a custom site.

Full Changelog: 0.38.6...0.38.7

0.38.6

19 Jan 19:06
Compare
Choose a tag to compare
  • Use a custom staticfiles finder so collectstatic will copy static files for each site.

Full Changelog: 0.38.5...0.38.6

0.38.5

19 Jan 03:44
Compare
Choose a tag to compare
  • Better support for multiple sites.

Full Changelog: 0.38.4...0.38.5

0.38.4

18 Jan 20:25
Compare
Choose a tag to compare
  • Do not add the base directory when running collectstatic.

Full Changelog: 0.38.3...0.38.4

0.38.3

18 Jan 19:47
Compare
Choose a tag to compare
  • Re-publish.

Full Changelog: 0.38.2...0.38.3

0.38.2

18 Jan 19:44
Compare
Choose a tag to compare
  • Default to the first site if the request header is unknown.

Full Changelog: 0.38.1...0.38.2

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.