Releases: westerveltco/django-twc-toolbox
Releases · westerveltco/django-twc-toolbox
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
v0.9.3
What's Changed
- fix pagination and object list ordering when
table_class
is provided by @joshuadavidthomas in #74 - 🔖 bump version 0.9.2 -> 0.9.3 by @joshuadavidthomas in #75
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- explicitly evaluate
HtmxDetails
boolean on request by @joshuadavidthomas in #71 - 🔖 bump version 0.9.1 -> 0.9.2 by @joshuadavidthomas in #72
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- fix check for
request.htmx
inCRUDView.get_template_names
by @joshuadavidthomas in #69 - 🔖 bump version 0.9.0 -> 0.9.1 by @joshuadavidthomas in #70
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- add type hint for sampling_context in sentry functions by @joshuadavidthomas in #60
- add
klass
andclass_name
templatetags by @joshuadavidthomas in #63 - integrate
django_tables2
withCRUDView
by @joshuadavidthomas in #64 - update djlint config by @joshuadavidthomas in #66
- add ability to render template partials to
CRUDView
by @joshuadavidthomas in #65 - 🔖 bump version 0.8.0 -> 0.9.0 by @joshuadavidthomas in #67
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- add
django_twc_toolbox.crud
app by @joshuadavidthomas in #57 - add core views by @joshuadavidthomas in #53
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #56
- 🔖 bump version 0.7.0 -> 0.8.0 by @joshuadavidthomas in #59
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- move types module to private and add various pyright ignore rules by @joshuadavidthomas in #44
- add
list_templates
management command by @joshuadavidthomas in #47 - allow
createsuperuser
to reset email field by @joshuadavidthomas in #49 - add
copy_template
management command by @joshuadavidthomas in #48 - add various templatetags by @joshuadavidthomas in #50
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #46
- add
ruff
to dev extras by @joshuadavidthomas in #51 - add Sentry sampling helper functions by @joshuadavidthomas in #52
- 🔖 bump version 0.6.0 -> 0.7.0 by @joshuadavidthomas in #54
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- fix unused type comments by @joshuadavidthomas in #42
- add read only versions of
admin.StackedInline
andadmin.TabularInline
by @joshuadavidthomas in #41 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #40
- 🔖 bump version 0.5.0 -> 0.6.0 by @joshuadavidthomas in #43
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- add
WithHistory
abstract model by @joshuadavidthomas in #37 - override
createsuperuser
to allow for resetting pw whenDEBUG=True
by @joshuadavidthomas in #38 - 🔖 bump version 0.4.0 -> 0.5.0 by @joshuadavidthomas in #39
Full Changelog: v0.4.0...v0.5.0