Releases: westerveltco/django-twc-project
Releases · westerveltco/django-twc-project
v2024.51
What's Changed
- do not use
conn_max_age
if chosen Django version >= 5.1 by @joshuadavidthomas in #322 - 🔖 bump version 2024.50 -> 2024.51 by @joshuadavidthomas in #325
Full Changelog: v2024.50...v2024.51
v2024.50
What's Changed
- 📝 Add instructions for updating a package by @williln in #306
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #305
- adjust and expand installation documentation in README by @joshuadavidthomas in #307
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #309
- add some QoL improvements to the project settings by @joshuadavidthomas in #311
- bump all pre-commit hooks to most recent version by @joshuadavidthomas in #312
- enable postgres connection pool if Django 5.1 is selected by @joshuadavidthomas in #313
- add just module for interacting with production application by @joshuadavidthomas in #314
- more backporting of real world project Justfile changes to template by @joshuadavidthomas in #315
- bump default django version to 5.1 by @joshuadavidthomas in #316
- add CACHES to settings, defaulting to locmem by @joshuadavidthomas in #319
- 🔖 bump version 2024.49 -> 2024.50 by @joshuadavidthomas in #321
Full Changelog: v2024.49...v2024.50
v2024.49
What's Changed
- fix extra in Dockerfile by @joshuadavidthomas in #302
- 🔖 bump version 2024.48 -> 2024.49 by @joshuadavidthomas in #303
Full Changelog: v2024.48...v2024.49
v2024.48
What's Changed
- fix install steps for dev in Dockerfile stages by @joshuadavidthomas in #296
- add lock command to just refresh command by @joshuadavidthomas in #298
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #297
- bump tool versions to latest in
copier.yml
by @joshuadavidthomas in #299 - change from overriding settings to explicit settings module for tests by @joshuadavidthomas in #300
- 🔖 bump version 2024.47 -> 2024.48 by @joshuadavidthomas in #301
Full Changelog: v2024.47...v2024.48
v2024.47
What's Changed
- remove dev and docs requirement locks, opting for constraints instead by @joshuadavidthomas in #294
- 🔖 bump version 2024.46 -> 2024.47 by @joshuadavidthomas in #295
Full Changelog: v2024.46...v2024.47
v2024.46
What's Changed
- add
pytest-cov
to template by @joshuadavidthomas in #288 - ✏️ Spacing changes for docs project by @williln in #289
- add Django 5.1 to version list by @joshuadavidthomas in #291
- 🔖 bump version 2024.45 -> 2024.46 by @joshuadavidthomas in #293
Full Changelog: v2024.45...v2024.46
v2024.45
What's Changed
- add documentation team to base CODEOWNERS by @joshuadavidthomas in #284
- fix installation commands in Justfiles by @joshuadavidthomas in #285
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #283
- adjust lock Justfile command and fix call in update command by @joshuadavidthomas in #286
- 🔖 bump version 2024.44 -> 2024.45 by @joshuadavidthomas in #287
Full Changelog: v2024.44...v2024.45
v2024.44
What's Changed
- constrain extra requirements files to main
requirements.txt
by @joshuadavidthomas in #280 - switch back to
uv pip install
by @joshuadavidthomas in #281 - 🔖 bump version 2024.43 -> 2024.44 by @joshuadavidthomas in #282
Full Changelog: v2024.43...v2024.44
v2024.43
What's Changed
- fix curly braces in Justfile by @joshuadavidthomas in #278
- 🔖 bump version 2024.42 -> 2024.43 by @joshuadavidthomas in #279
Full Changelog: v2024.42...v2024.43
v2024.42
What's Changed
- add copier dependencies to dev extras by @joshuadavidthomas in #273
- add
django-perf-rec
,pip
, anduv
todev
extras by @joshuadavidthomas in #274 - add new
py-dev
Docker stage and use in all later stages by @joshuadavidthomas in #276 - add common subcommands to the top-level
Justfile
by @joshuadavidthomas in #275 - 🔖 bump version 2024.41 -> 2024.42 by @joshuadavidthomas in #277
Full Changelog: v2024.41...v2024.42