Releases: westerveltco/django-twc-toolbox
v0.17.0
🚨 Breaking Change
The field changed_by
has been removed from the django_twc_toolbox.models.WithHistory
abstract model. This was introduced due to a misremembering of how django-simple-history tracks the history user and a misread of the documentation. Sorry for introducing this potential headache to anyone who happens to be using it. (Hopefully it's just us internally and it was just a minor annoyance for us.)
What's Changed
- remove
changed_by
field fromWithHistory
abstract model by @joshuadavidthomas in #119 - 🔖 bump version 0.16.1 -> 0.17.0 by @joshuadavidthomas in #120
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's Changed
- fix pagination on
CRUDView
list view by @joshuadavidthomas in #117 - 🔖 bump version 0.16.0 -> 0.16.1 by @joshuadavidthomas in #118
Full Changelog: v0.16.0...v0.16.1
v0.16.0
⚠️ Requires migrations
This release introduces a new field to the WithHistory
abstract model. If you are using it within your project, you will need to generate migrations and run them after updating to v0.16.0.
python manage.py makemigrations
python manage.py migrate
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #104
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #105
- add
WwwRedirectMiddleware
for redirecting www to bare domain by @joshuadavidthomas in #106 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #108
- put
WithHistory
abstract model behindsimple_history
check by @joshuadavidthomas in #109 - bump template to v2024.27 and add support for Django 5.1 by @joshuadavidthomas in #111
- add test to check when django-simple-history not installed by @joshuadavidthomas in #113
- add
changed_by
field toWithHistory
abstract model by @joshuadavidthomas in #114 - 🔖 bump version 0.15.0 -> 0.16.0 by @joshuadavidthomas in #115
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #100
- add
CRUDView.enable_template_partials
boolean flag by @joshuadavidthomas in #101 - 🔖 bump version 0.14.0 -> 0.15.0 by @joshuadavidthomas in #102
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- bump template to 2024.22 by @joshuadavidthomas in #93
- add
format_number_no_round
function by @joshuadavidthomas in #82 - bump template to 2024.24 by @joshuadavidthomas in #94
- 🔖 bump version 0.13.0 -> 0.14.0 by @joshuadavidthomas in #95
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- add
{% startswith %}
filter templatetag by @joshuadavidthomas in #89 - remove
date_range
argument fromDatePaginator
by @joshuadavidthomas in #90 - add generic types to
DatePaginator
by @joshuadavidthomas in #91 - 🔖 bump version 0.12.1 -> 0.13.0 by @joshuadavidthomas in #92
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- fix
get_context_data
if role has no specific context data method by @joshuadavidthomas in #86 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #85
- 🔖 bump version 0.12.0 -> 0.12.1 by @joshuadavidthomas in #87
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- add ability to have
Role
specific context data by @joshuadavidthomas in #83 - 🔖 bump version 0.11.0 -> 0.12.0 by @joshuadavidthomas in #84
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- add override of
get_paginate_by
to allow forargs
andkwargs
by @joshuadavidthomas in #78 - add support for primary filters in
CRUDView
by @joshuadavidthomas in #79 - add filterset extra methods for active filters in
CRUDView
by @joshuadavidthomas in #80 - 🔖 bump version 0.10.0 -> 0.11.0 by @joshuadavidthomas in #81
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- add
reverse
function that can encode params and fragments by @joshuadavidthomas in #76 - 🔖 bump version 0.9.3 -> 0.10.0 by @joshuadavidthomas in #77
Full Changelog: v0.9.3...v0.10.0