17
0
Dominique Leuenberger 40f9e66d94 Accepting request 1346089 from devel:languages:python:django
- update to 2.9.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)`.
  * Remove deprecated `RelatedLinkColumn` and `NullBooleanField`
    support
  * `NullBooleanField` was removed in django 4.0
  * Export `DateColumn`/`DateTimeColumn`/`TimeColumn` in ISO
    format
  * Rename `querystring` template tag to `querystring_replace`
  * Use string annotation_format in `inspect.signature` to
    prevent runtime errors with type annotations (#1027) by
    @mschoettle
  * Add optional `context_object_name` to `TemplateColumn` and
    make `extra_context` optionally callable (#931) fixes: #928

OBS-URL: https://build.opensuse.org/request/show/1346089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-tables2?expand=0&rev=13
2026-04-11 20:26:54 +00:00
2026-04-11 17:37:26 +00:00
2026-04-11 17:37:26 +00:00
2026-04-11 17:37:26 +00:00
2026-04-11 17:37:26 +00:00
Description
No description provided
79 KiB
Languages
Diff 100%