Releases: adamghill/coltrane
Releases · adamghill/coltrane
0.36.0
- Handle string, date, epoch in
publish_date
and convert them to timezone-aware datetime.
0.35.4
- Prevent missing
compress
templatetag from raising an error when calling the compress
management command.
0.35.3
- Set
COMPRESS_OFFLINE=True
when running the compress
management command.
0.35.2
- Add all environment variables to
settings.ENV
, not just the variables from .env
.
0.35.1
- Update default
Dockerfile
to fix some deployment problems.
0.35.0
- 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
- Add
coltrane
context template variable to expose the coltrane
settings.
- Add support for
django-compressor
.
- Add support for redirects.
0.33.0
- Bump
rich-click
dependency and slightly better command aliases support.