README more appealing (has feature list), added RequestConfig, added ability to speci...
authorBradley Ayers <bradley.ayers@gmail.com>
Sun, 17 Jul 2011 11:10:28 +0000 (21:10 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Sun, 17 Jul 2011 11:10:28 +0000 (21:10 +1000)
commit86405697cd5f669753a41c60bbc55c97088c0767
tree6c55c056c852e49f55881022787d6f24085449ae
parentbbb6f14d62d0f7f45e8890732ccf0260e01c2f7d
README more appealing (has feature list), added RequestConfig, added ability to specify querystring field names and table prefixes (issue #5)
15 files changed:
README.rst
django_tables2/__init__.py
django_tables2/config.py [new file with mode: 0644]
django_tables2/tables.py
django_tables2/templates/django_tables2/table.html
django_tables2/templatetags/django_tables2.py
docs/index.rst
example/app/models.py
example/app/views.py
setup.py
tests/__init__.py
tests/config.py [new file with mode: 0644]
tests/core.py
tests/models.py
tests/templates.py