Skip to content

Commit

Permalink
Document fixing jieter#579 and release 2.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored and Aaron Kennedy committed May 25, 2018
1 parent 0cec20e commit 95569aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
# Change log

## master
- Fix table prefix being overwritten in multi table view, [#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)
## 2.0.0a3 (2018-05-24)
Hello from [DjangoCon Europe](https://2018.djangocon.eu/)!
- Fix table prefix being overwritten in multi table view, [#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))

## 2.0.0a2 (2018-04-13)
- Another round of template re-cleanup.
Expand Down
2 changes: 1 addition & 1 deletion django_tables2/__init__.py
Expand Up @@ -9,7 +9,7 @@
from .views import SingleTableMixin, SingleTableView, MultiTableMixin


__version__ = '2.0.0a2'
__version__ = '2.0.0a3'

__all__ = (
'Table', 'TableBase', 'table_factory',
Expand Down

0 comments on commit 95569aa

Please sign in to comment.