lots of major changes
authorBradley Ayers <bradley.ayers@gmail.com>
Fri, 4 Feb 2011 02:28:44 +0000 (12:28 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Fri, 4 Feb 2011 02:28:44 +0000 (12:28 +1000)
commit3f23472e8240bd13a1f8a85687e2aee93fc1bf81
tree9df16afec7c890bb450517feba2b41fabca90d99
parent546f339308103880c823b2056830fcdc9220edd0
lots of major changes
48 files changed:
.gitignore
LICENSE [deleted file]
MANIFEST.in [deleted file]
README [deleted file]
TODO [deleted file]
django-tables.komodoproject [new file with mode: 0644]
django_tables/__init__.py
django_tables/app/models.py [deleted file]
django_tables/app/templatetags/tables.py [deleted file]
django_tables/base.py [deleted file]
django_tables/columns.py
django_tables/memory.py [deleted file]
django_tables/models.py
django_tables/options.py [deleted file]
django_tables/rows.py [new file with mode: 0644]
django_tables/tables.py [new file with mode: 0644]
django_tables/templates/django_tables/basic_table.html [new file with mode: 0644]
django_tables/templates/django_tables/table.html [new file with mode: 0644]
django_tables/templatetags/__init__.py [moved from django_tables/app/__init__.py with 100% similarity]
django_tables/templatetags/django_tables.py [new file with mode: 0644]
django_tables/tests/__init__.py [new file with mode: 0644]
django_tables/tests/core.py [new file with mode: 0644]
django_tables/tests/memory.py [moved from tests/test_memory.py with 98% similarity]
django_tables/tests/models.py [moved from tests/test_models.py with 99% similarity]
django_tables/tests/templates.py [new file with mode: 0644]
django_tables/tests/testapp/__init__.py [moved from django_tables/app/templatetags/__init__.py with 100% similarity]
django_tables/tests/testapp/models.py [moved from tests/testapp/models.py with 100% similarity]
django_tables/utils.py [new file with mode: 0644]
docs/Makefile
docs/columns.rst [deleted file]
docs/conf.py
docs/features/index.rst [deleted file]
docs/features/ordering.rst [deleted file]
docs/features/pagination.rst [deleted file]
docs/index.rst
docs/installation.rst [deleted file]
docs/make.bat
docs/templates.rst [deleted file]
docs/types/index.rst [deleted file]
docs/types/memory.rst [deleted file]
docs/types/models.rst [deleted file]
docs/types/sql.rst [deleted file]
requirements-dev.pip [deleted file]
setup.py
tests/__init__.py [deleted file]
tests/test_basic.py [deleted file]
tests/test_templates.py [deleted file]
tests/testapp/__init__.py [deleted file]