* Added 'attrs' property on Table 0.4.0.alpha3
authorBradley Ayers <bradley.ayers@enigmainteractive.com>
Fri, 25 Mar 2011 02:51:35 +0000 (12:51 +1000)
committerBradley Ayers <bradley.ayers@enigmainteractive.com>
Fri, 25 Mar 2011 02:51:35 +0000 (12:51 +1000)
commit285ed9f43d1e41d1521a826ef895ba7c236211b5
tree298da76048e0497cd79d6a8e8f5ab4667a22fc2d
parentb613d744955ccb3fc13735adf2e3a738be05bf0e
* Added 'attrs' property on Table
* Added 'attrs' field in Table.Meta
* Added AttributeDict
* Updated documentation relating to the new Table.attrs property
* Added a paleblue theme.
django_tables/static/django_tables/themes/paleblue/css/screen.css [new file with mode: 0644]
django_tables/static/django_tables/themes/paleblue/img/nav-bg.gif [new file with mode: 0644]
django_tables/tables.py
django_tables/templates/django_tables/basic_table.html
django_tables/templates/django_tables/table.html
django_tables/utils.py
docs/conf.py
docs/index.rst
setup.py