Django-tables2

Latest version: v2.7.5

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

Scan your dependencies

Page 6 of 20

2.0.0b3

- Fixed a bug in the implementation of [606](https://github.com/jieter/django-tables2/pull/606)

2.0.0b2

- Added the ability to change the html attributes for `thead`, `tbody`, `tfoot` tags [606](https://github.com/jieter/django-tables2/pull/606) by [roelbouwman](https://github.com/roelbouwman)

2.0.0b1

- Added `LazyPaginator` to prevent making `.count()` queries ([604](https://github.com/jieter/django-tables2/pull/604)).

2.0.0a5

- Added `linkify_item` keyword argument to `ManyToManyColumn`, fixes [594](https://github.com/jieter/django-tables2/issues/594)
- Fixed an encoding issue in `README.md` preventing installation in some environments.

2.0.0a4

- Add `linkify` keyword argument to all columns, to allow wrapping the content in a `<a>` tag.
It accepts one of these ways to define the link:
- `True` to use the record return value of `record.get_absolute_url()`,
- a callable to use its return value
- a dict which is passed on to `django.urls.reverse()`
- a (viewname, args) or (viewname, kwargs)-tuple which is also passed on to `django.urls.reverse()`.
Implementation should be backwards compatible, so all use of `LinkColumn` and `RelatedLinkColum` should still work. [590](https://github.com/jieter/django-tables2/pull/590)

2.0.0a3

Hello from [DjangoCon Europe](https://2018.djangocon.eu/)!

- Fix table prefix being overwritten in `MultiTableView`, [576](https://github.com/jieter/django-tables2/pull/576) by [ETinLV](https://github.com/ETinLV), (fixes [#572](https://github.com/jieter/django-tables2/issues/572))
- Fix `empty_text` cannot be translated (fixes [579](https://github.com/jieter/django-tables2/issues/579))

Page 6 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.