Django-tables2

Latest version: v2.7.0

Safety actively analyzes 688931 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 20

1.13.0

- Made positional `data` argument to the table `__init__()` a keyword argument to make inheritance easier. Will raise a `TypeError` if omitted.

1.12.0

- Allow export file name customization [484](https://github.com/bradleyayers/django-tables2/pull/484) by [federicobond](https://github.com/federicobond)
- Fixed a bug where template columns were not rendered for pinned rows ([483](https://github.com/bradleyayers/django-tables2/pull/483) by [khirstinova](https://github.com/khirstinova), fixes [#482](https://github.com/bradleyayers/django-tables2/issues/482))

1.11.0

- Added Hungarian translation [471](https://github.com/bradleyayers/django-tables2/pull/471) by [hmikihth](https://github.com/hmikihth).
- Added TemplateColumn.value() and enhanced export docs (fixes [470](https://github.com/bradleyayers/django-tables2/issues/470))
- Fixed display of pinned rows if table has no data. [477](https://github.com/bradleyayers/django-tables2/pull/477) by [khirstinova](https://github.com/khirstinova)

1.10.0

- Added `ManyToManyColumn` automatically added for `ManyToManyField`s.

1.9.1

- Allow customizing the value used in `Table.as_values()` (when using a `render_<name>` method) using a `value_<name>` method. (fixes [458](https://github.com/bradleyayers/django-tables2/issues/458))
- Allow excluding columns from the `Table.as_values()` output. (fixes [459](https://github.com/bradleyayers/django-tables2/issues/459))
- Fixed unicode handling for column headers in `Table.as_values()`

1.9.0

- Allow computable attrs for `<td>`-tags from `Table.attrs` ([457](https://github.com/bradleyayers/django-tables2/pull/457), fixes [#451](https://github.com/bradleyayers/django-tables2/issues/451))

Page 9 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.