Skip to content

Commit

Permalink
Added item to changelog for #366
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Aug 15, 2016
1 parent 6f5a91c commit 3230931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## unreleased
- Added `get_table_kwargs()` method to `SingleTableMixin` to allow passing custom keyword arguments to the `Table` constructor. [#366](https://github.com/bradleyayers/django-tables2/pull/366) by [@fritz-k](https://github.com/fritz-k)


## 1.2.5 (2016-07-30)
- Fixed an issue preventing the rest of the row being rendered if a `BooleanColumn` was in the table for a model without custom choices defined on the model field. ([#360](https://github.com/bradleyayers/django-tables2/issues/360))

Expand Down
2 changes: 2 additions & 0 deletions docs/pages/generic-mixins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The following view parameters are supported:
- ``table_pagination`` (or ``get_table_pagination``) -- pagination
options to pass to `.RequestConfig`. Set ``table_pagination=False``
to disable pagination.
- ``get_table_kwargs()`` allows the keyword arguments passed to the ``Table``
constructor.

For example::

Expand Down

0 comments on commit 3230931

Please sign in to comment.