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 11 of 20

1.7.0

- Make `title()` lazy ([443](https://github.com/bradleyayers/django-tables2/pull/443) by [ygwain](https://github.com/ygwain), fixes [#438](https://github.com/bradleyayers/django-tables2/issues/438))
- Fix `__all__` by populating them with the names of the items to export instead of the items themselves.
- Allow adding extra columns to an instance using the `extra_columns` argument. Fixes [403](https://github.com/bradleyayers/django-tables2/issues/403), [#70](https://github.com/bradleyayers/django-tables2/issues/70)
- Added a hook `before_render` to allow last-minute changes to the table before rendering.
- Added `BoundColumns.show()` and `BoundColumns.hide()` to show/hide columns on an instance of a `Table`.
- Use `<listlike>.verbose_name`/`.verbose_name_plural` if it exists to name the items in the list. (fixes [166](https://github.com/bradleyayers/django-tables2/issues/166))

1.6.1

- Add missing pagination to the responsive bootstrap template ([440](https://github.com/bradleyayers/django-tables2/pull/440) by [tobiasmcnulty](https://github.com/tobiasmcnulty))

1.6.0

- Add new template `bootstrap-responsive.html` to generate a responsive bootstrap table. (Fixes [436](https://github.com/bradleyayers/django-tables2/issues/436))

1.5.0

_Full disclosure: as of april 1st, 2017, I am an employee of [Zostera](http://zostera.nl/), as such I will continue to maintain and improve django-tables2._

- Made `TableBase.as_values()` an iterator ([432](https://github.com/bradleyayers/django-tables2/pull/432) by [pziarsolo](https://github.com/pziarsolo))
- Added `JSONColumn` for data in JSON format.
- Added `__all__` in `django_tables2/__init__.py` and `django_tables2/columns/__init__.py`
- Added a setting `DJANGO_TABLES2_TEMPLATE` to allow project-wide overriding of the template used to render tables (fixes [434](https://github.com/bradleyayers/django-tables2/issues/434)).

1.4.2

- Feature: Pinned rows ([411](https://github.com/bradleyayers/django-tables2/pull/411) by [djk2](https://github.com/djk2), fixes [#406](https://github.com/bradleyayers/django-tables2/issues/406))
- Fix an issue where `ValueError` was raised while using a view with a `get_queryset()` method defined. (fix with [423](https://github.com/bradleyayers/django-tables2/pull/423) by [desecho](https://github.com/desecho))

1.4.1

- Fix URLS to screenshots in on PyPi description (fixes [ 398](https://github.com/bradleyayers/django-tables2/issues/398))
- Prevent superfluous spaces when a callable `row_attrs['class']` returns an empty string ([417](https://github.com/bradleyayers/django-tables2/pull/417) by [Superman8218](https://github.com/Superman8218)), fixes [#416](https://github.com/bradleyayers/django-tables2/issues/416))

Page 11 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.