Releases: westerveltco/django-twc-project
Releases · westerveltco/django-twc-project
v2024.11
What's Changed
- refactor, fix, and document
Justfile
commands by @joshuadavidthomas in #94 - 🔖 bump version 2024.10 -> 2024.11 by @joshuadavidthomas in #95
Full Changelog: v2024.10...v2024.11
v2024.10
What's Changed
- add option to specify postgis version by @joshuadavidthomas in #91
- 🔖 bump version 2024.9 -> 2024.10 by @joshuadavidthomas in #93
Full Changelog: v2024.9...v2024.10
v2024.9
What's Changed
- add missing
--no-default-ignore
cli flag in test workflow by @joshuadavidthomas in #78 - move browser reload middleware to dev by @joshuadavidthomas in #79
- remove
template_partials
template loader by @joshuadavidthomas in #80 - add types to all env calls by @joshuadavidthomas in #81
- use
secrets
to auto generate aSECRET_KEY
if not set by @joshuadavidthomas in #82 - disable sentry in ci by @joshuadavidthomas in #83
- add
djlint
to repo pre-commit by @joshuadavidthomas in #84 - adjust how
SENTRY_DSN
is parsed from env and provided to sentry by @joshuadavidthomas in #86 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #77
- switch from
pip-tools
touv
in requirements by @joshuadavidthomas in #87 - fix
postgres_uri_scheme
in template by @joshuadavidthomas in #88 - bump default Python version to 3.12 by @joshuadavidthomas in #89
- 🔖 bump version 2024.8 -> 2024.9 by @joshuadavidthomas in #90
Full Changelog: v2024.8...v2024.9
v2024.8
What's Changed
- remove
projects.yml
by @joshuadavidthomas in #60 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #57
- Bump the gha group with 1 update by @dependabot in #56
- bump
1password/load-secrets-action
to v2 by @joshuadavidthomas in #65 - bump ruff to v0.3.2 by @joshuadavidthomas in #69
- add test setting for db by @joshuadavidthomas in #70
- rename docker compose files by @joshuadavidthomas in #71
- add
neapolitan
andsimple_history
to mypy ignores by @joshuadavidthomas in #63 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #61
- adjust favicons view by @joshuadavidthomas in #64
- fix static file storage backend in tests by @joshuadavidthomas in #76
- 🔖 bump version 2024.7 -> 2024.8 by @joshuadavidthomas in #75
New Contributors
- @dependabot made their first contribution in #56
Full Changelog: v2024.7...v2024.8
v2024.7
What's Changed
- require ssl connection to database in production by @joshuadavidthomas in #55
- update template to use uv and add Dockerfile improvements by @joshuadavidthomas in #58
- 🔖 bump version 2024.6 -> 2024.7 by @joshuadavidthomas in #59
Full Changelog: v2024.6...v2024.7
v2024.6
What's Changed
- 🔖 bump version 2024.5 -> 2024.6 by @joshuadavidthomas in #53
Full Changelog: v2024.5...v2024.6
v2024.5
What's Changed
- skip checks and no input by @joshuadavidthomas in #37
- add
template_partials
toINSTALLED_APPS
by @joshuadavidthomas in #38 - add missing coverage report config by @joshuadavidthomas in #39
- add gha workflow for regenerating examples on main push by @joshuadavidthomas in #41
- remove
create-release-pr
Justfile command by @joshuadavidthomas in #45 - use
westerveltco/setup-ci-action
composite action by @joshuadavidthomas in #46 - Update examples.yml by @joshuadavidthomas in #50
- add
westerveltco/setup-ci-action
composite workflow by @joshuadavidthomas in #48 - add generating examples to test workflow by @joshuadavidthomas in #51
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #49
- add basic
README.md
to project template by @joshuadavidthomas in #40 - 🔖 bump version 2024.4 -> 2024.5 by @joshuadavidthomas in #52
Full Changelog: v2024.4...v2024.5
v2024.4
What's Changed
- bump gha steps by @joshuadavidthomas in #35
- 🔖 bump version 2024.3 -> 2024.4 by @joshuadavidthomas in #36
Full Changelog: v2024.3...v2024.4
v2024.3
What's Changed
- change sentry default org by @joshuadavidthomas in #27
- update ruff config to newest version by @joshuadavidthomas in #28
- bump deps by @joshuadavidthomas in #29
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #9
- 🔖 bump version 2024.2 -> 2024.3 by @joshuadavidthomas in #30
New Contributors
- @pre-commit-ci made their first contribution in #9
Full Changelog: v2024.2...v2024.3
v2024.2
What's Changed
- change to storing template version in
VERSION
file at repo base by @joshuadavidthomas in #8 - add min copier version by @joshuadavidthomas in #10
- add validators for
author_name
andgithub_owner
by @joshuadavidthomas in #11 - add new
create-release-pr
command by @joshuadavidthomas in #12 - revert
DEFAULT_AUTO_FIELD
toAutoField
by @joshuadavidthomas in #13 - adjust
admin_email
help wording by @joshuadavidthomas in #14 - format template html using djlint by @joshuadavidthomas in #15
- add missing
django-tailwind-cli
build command in test by @joshuadavidthomas in #16 - remove empty
views.py
from users app by @joshuadavidthomas in #17 - set FORM_RENDERER to django.forms.renderers.TemplatesSetting by @joshuadavidthomas in #18
- change LOGIN_REDIRECT_URL to index by @joshuadavidthomas in #19
- bump all pre-commit hooks to latest version by @joshuadavidthomas in #20
- adjust
pyproject.toml
by @joshuadavidthomas in #21 - adjust favicon view to find file using staticfiles by @joshuadavidthomas in #22
- add
django-q-registry
by @joshuadavidthomas in #23 - add
django-twc-toolbox
by @joshuadavidthomas in #24 - add
django-simple-nav
by @joshuadavidthomas in #25 - 🔖 bump version 2024.1 -> 2024.2 by @joshuadavidthomas in #26
Full Changelog: v2024.1...v2024.2