* Ordering now works properly.
authorBradley Ayers <bradley.ayers@gmail.com>
Thu, 31 Mar 2011 23:10:15 +0000 (09:10 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Thu, 31 Mar 2011 23:10:15 +0000 (09:10 +1000)
commit2997dd43714e4a02f46f450353345765eb4d6a48
tree0dceb73ff57700ed9f36faee389d6ff847aabb0e
parent793c242393608779a13b14d3ef6f36aa501d4c57
* Ordering now works properly.
* Updated documentation with information about OrderByTuple and OrderBy.
* Bumped version to v0.4.0.beta
* Updated paleblue theme with ordering icons.
18 files changed:
django_tables/columns.py
django_tables/static/django_tables/themes/paleblue/css/screen.css
django_tables/static/django_tables/themes/paleblue/img/arrow-active-down.png [new file with mode: 0644]
django_tables/static/django_tables/themes/paleblue/img/arrow-active-up.png [new file with mode: 0644]
django_tables/static/django_tables/themes/paleblue/img/arrow-inactive-down.png [new file with mode: 0644]
django_tables/static/django_tables/themes/paleblue/img/arrow-inactive-up.png [new file with mode: 0644]
django_tables/tables.py
django_tables/templates/django_tables/table.html
django_tables/utils.py
docs/conf.py
docs/index.rst
setup.py
tests/__init__.py
tests/core.py
tests/models.py
tests/testapp/__init__.py [new file with mode: 0644]
tests/testapp/models.py [new file with mode: 0644]
tests/utils.py [new file with mode: 0644]