All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased ¶
Empty
[5.0.0] - 2021-12-10 ¶
Fixed ¶
- Imported fixes from fpydocs.
- Updated copyright headers.
- Updated URLs.
Added ¶
- Use of Redis to improve performance.
- Added PyPI mirror variable in the Dockerfile.
- Added use of docker registry variable in the
docker-compose.yml.dist
file.
[4.0.0] - 2021-09-01 ¶
Fixed ¶
- Updated email.
- Fixed documentation concerning database backup and restore.
- Updated URLs.
- Fixed Dockerfile using linter.
Changed ¶
- The
DJANGO_ENV
environment variable has been moved directly into the init command because Jenkins is not able to read it from docker-compose directly.
Added ¶
- New git hooks have been added in the pre-commit file.
- A
Jenkinsfile
declarative pipeline file has been added instead of using the ci.sh
script from docker-debian-postgis-django.
Removed ¶
- Removed old environment variables.
back to software/django-futils