renamed to django-tables2
authorBradley Ayers <bradley.ayers@gmail.com>
Wed, 8 Jun 2011 23:06:34 +0000 (09:06 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Wed, 8 Jun 2011 23:06:34 +0000 (09:06 +1000)
commit2008cf0052984bfb365f90b83231e09e63646185
treed844df02cdc1e0c82014e12f47ae943dbbe9eb0b
parent37eda2e6617c9e47475a9e3c03387dec898a166b
renamed to django-tables2
35 files changed:
MANIFEST.in
README.rst
django_tables2/__init__.py [moved from django_tables/__init__.py with 100% similarity]
django_tables2/columns.py [moved from django_tables/columns.py with 99% similarity]
django_tables2/models.py [moved from django_tables/models.py with 100% similarity]
django_tables2/rows.py [moved from django_tables/rows.py with 99% similarity]
django_tables2/static/django_tables/themes/paleblue/css/screen.css [moved from django_tables/static/django_tables/themes/paleblue/css/screen.css with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/arrow-active-down.png [moved from django_tables/static/django_tables/themes/paleblue/img/arrow-active-down.png with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/arrow-active-up.png [moved from django_tables/static/django_tables/themes/paleblue/img/arrow-active-up.png with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-down.png [moved from django_tables/static/django_tables/themes/paleblue/img/arrow-inactive-down.png with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-up.png [moved from django_tables/static/django_tables/themes/paleblue/img/arrow-inactive-up.png with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/header-bg.gif [moved from django_tables/static/django_tables/themes/paleblue/img/header-bg.gif with 100% similarity]
django_tables2/static/django_tables/themes/paleblue/img/pagination-bg.gif [moved from django_tables/static/django_tables/themes/paleblue/img/pagination-bg.gif with 100% similarity]
django_tables2/tables.py [moved from django_tables/tables.py with 98% similarity]
django_tables2/templates/django_tables2/basic_table.html [moved from django_tables/templates/django_tables/basic_table.html with 100% similarity]
django_tables2/templates/django_tables2/table.html [moved from django_tables/templates/django_tables/table.html with 98% similarity]
django_tables2/templatetags/__init__.py [moved from django_tables/templatetags/__init__.py with 100% similarity]
django_tables2/templatetags/django_tables2.py [moved from django_tables/templatetags/django_tables.py with 97% similarity]
django_tables2/utils.py [moved from django_tables/utils.py with 98% similarity]
django_tables2/views.py [moved from django_tables/views.py with 97% similarity]
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
example/app/tables.py
example/settings.py
example/templates/example.html
setup.py
tests/__init__.py
tests/columns.py
tests/core.py
tests/models.py
tests/rows.py
tests/templates.py
tests/utils.py