- update to 3.0.0:
* Rename the `querystring` templatetag to `querystring_replace`
to avoid shadowing built-in one.
* If you use custom templates to render tables with django-
tables2, you should replace
`{% querystring %}` with `{% querystring_replace %}`
`RelatedLinkColumn` is removed. Replace `RelatedLinkColumn`
with `Column(linkify=True)`.
* Restore signature of `TemplateColumn.render()` (#1033) by
* Remove declared support for Django 4.2 and 5.1, upgrade pre-
commit dependencies
OBS-URL: https://build.opensuse.org/request/show/1347771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-tables2?expand=0&rev=14
Description
No description provided
Languages
Diff
100%