* Moved tests out of the app, and integrated them with setup.py
authorBradley Ayers <bradley.ayers@enigmainteractive.com>
Thu, 24 Mar 2011 03:07:49 +0000 (13:07 +1000)
committerBradley Ayers <bradley.ayers@enigmainteractive.com>
Thu, 24 Mar 2011 03:07:49 +0000 (13:07 +1000)
commit11451794ec659b8ccd8bc24327dd45d5f096f6fe
tree2dcfe1550f6ce85ad44176a7b5c631b2a70ada6d
parent7ccf79aabf68d92360b40b561b1948d4da2d4caa
* Moved tests out of the app, and integrated them with setup.py
* Added more tests for QuerySet data sources
* Clarified documentation
* Renamed BoundRow.data to BoundRow.record
14 files changed:
.gitignore
django_tables/rows.py
django_tables/tables.py
django_tables/templatetags/django_tables.py
django_tables/tests/__init__.py [deleted file]
django_tables/tests/memory.py [deleted file]
django_tables/tests/models.py [deleted file]
docs/conf.py
docs/index.rst
setup.py
tests/__init__.py [new file with mode: 0644]
tests/core.py [moved from django_tables/tests/core.py with 99% similarity]
tests/models.py [new file with mode: 0644]
tests/templates.py [moved from django_tables/tests/templates.py with 100% similarity]