Skip to content

Commit

Permalink
fix markdown markup error in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Mar 13, 2018
1 parent 7ba6fb2 commit 3e4f064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MyTable(tables.Table):
- Prevent mutation of the template context `{% render_table %}` is called from (fixes [#547](https://github.com/jieter/django-tables2/issues/547))

## 1.20.0 (2018-03-08)
- Define and use `get_table_data` in `MultiTableMixin` [#538]https://github.com/jieter/django-tables2/pull/538) by [@vCra](https://github.com/vCra) (fixes [#528](https://github.com/jieter/django-tables2/issues/528))
- Define and use `get_table_data` in `MultiTableMixin` [#538](https://github.com/jieter/django-tables2/pull/538) by [@vCra](https://github.com/vCra) (fixes [#528](https://github.com/jieter/django-tables2/issues/528))
- Added `{% export_url <format> %}` template tag.
- Allow passing a `TableData`-derived class to the data argument of the `Table` constructor, instead of a QuerySet or list of dicts.

Expand Down

0 comments on commit 3e4f064

Please sign in to comment.