Added ability to specify attrs keyword argument to a table constructor to override...
authorBradley Ayers <bradley.ayers@gmail.com>
Mon, 6 Jun 2011 13:29:18 +0000 (23:29 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Mon, 6 Jun 2011 13:29:18 +0000 (23:29 +1000)
commit3c72f774e6674d30785a8ace4578525a0e97ee05
tree1f64dfdc9d0d6940509bf32d9be933fa9c93af36
parent0d88f08942770c69503fcf50e31fcf22b7dc220a
Added ability to specify attrs keyword argument to a table constructor to override the Table.Meta.attrs setting.
django_tables/tables.py
docs/index.rst
tests/core.py