Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vincentleeuwen/django-tables2

Tags

v0.10.4

Toggle v0.10.4's commit message
Fix more python 2.6.4 bugs, bump to v0.10.4

v0.10.3

Toggle v0.10.3's commit message
Bump to v0.10.3

v0.10.2

Toggle v0.10.2's commit message
Fix tests on Django 1.3.1, include example templates (fixes jieter#66)…

…, bump to v0.10.2

v0.10.1

Toggle v0.10.1's commit message
Polish merge and bump to v0.10.1

v0.10.0

Toggle v0.10.0's commit message
Fix bug in TableData order_by for queryset data

v0.9.6

Toggle v0.9.6's commit message
Fix bug in sorted column th attributes, bump to v0.9.6

v0.9.5

Toggle v0.9.5's commit message
Bump to v0.9.5

v0.9.4

Toggle v0.9.4's commit message
Fix jieter#54 -- SafeData verbose_name are now used unmodified

v0.9.3

Toggle v0.9.3's commit message
Fix regressions and bump to v0.9.3

v0.9.2

Toggle v0.9.2's commit message
- `SingleTableView` now uses `RequestConfig`. This fixes issues with …

…``order_by_field`, `page_field`, and `per_page_field` not being honored.

- Add `Table.Meta.per_page` and change `Table.paginate` to use it as default.
- Add `title` template filter. It differs from Django's built-in `title` filter because it operates on an individual word basis and leaves words containing capitals untouched. **Warning**: use `{% load ... from ... %}` to avoid inadvertantly replacing Django's builtin `title` template filter.
- `BoundColumn.verbose_name` no longer does `capfirst`, titlising is now the responsbility of `Column.header`.
- `BoundColumn.__unicode__` now uses `BoundColumn.header` rather than `BoundColumn.verbose_name`.