Tri.table

Latest version: v8.5.1

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

Scan your dependencies

Page 2 of 9

8.1.0

~~~~~~~~~~~~~~~~~~

* Implemented `Table.actions` as a replacement for `render_table`s argument `links`.

* `Column.multi_choice_queryset` was broken.

* Fixed `many_to_many` shortcut.

* Deprecated the following parameters to `render_table`:
* `template`: replaced by `Table.template`
* `paginate_by`: replaced by `Table.page_size`
* `show_hits`: no replacement
* `hit_label`: no replacement
* `page`: no replacement
* `blank_on_empty`: no replacement
* `links`: replaced by `Table.actions`

* Bumped dependency tri.declarative to 4.x

8.0.0

~~~~~~~~~~~~~~~~~~

* Renamed module from `tri.table` to `tri_table`

* Dropped support for python2 and Django < 2.0

7.0.2

~~~~~~~~~~~~~~~~~~

* Fixed cases where from_model lost the type when inheriting

7.0.1

~~~~~~~~~~~~~~~~~~

* Fixed a bug where columns that had query or bulk but attr=None would crash

7.0.0

~~~~~~~~~~~~~~~~~~

* Make `Column` shortcuts compatible with subclassing. The previous fix didn't work all the way.

* Use the new major tri.declarative, and update to follow the new style of class member shortcuts

* Removed support for django 1.8

* `bulk_queryset` is now usable to create your own bulk actions without using `Table.bulk_form`

* Bulk form now auto creates via `Form.from_model` correctly

* Query is now auto created via `Query.from_model` correctly

6.3.0

~~~~~~~~~~~~~~~~~~

* Make Column shortcuts compatible with subclassing

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.