CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
setup.py
django_tables2/__init__.py
django_tables2/config.py
django_tables2/data.py
django_tables2/paginators.py
django_tables2/rows.py
django_tables2/tables.py
django_tables2/utils.py
django_tables2/views.py
django_tables2/columns/__init__.py
django_tables2/columns/base.py
django_tables2/columns/booleancolumn.py
django_tables2/columns/checkboxcolumn.py
django_tables2/columns/datecolumn.py
django_tables2/columns/datetimecolumn.py
django_tables2/columns/emailcolumn.py
django_tables2/columns/filecolumn.py
django_tables2/columns/jsoncolumn.py
django_tables2/columns/linkcolumn.py
django_tables2/columns/manytomanycolumn.py
django_tables2/columns/templatecolumn.py
django_tables2/columns/timecolumn.py
django_tables2/columns/urlcolumn.py
django_tables2/export/__init__.py
django_tables2/export/export.py
django_tables2/export/views.py
django_tables2/locale/cs/LC_MESSAGES/django.mo
django_tables2/locale/cs/LC_MESSAGES/django.po
django_tables2/locale/de/LC_MESSAGES/django.mo
django_tables2/locale/de/LC_MESSAGES/django.po
django_tables2/locale/el/LC_MESSAGES/django.mo
django_tables2/locale/el/LC_MESSAGES/django.po
django_tables2/locale/en/LC_MESSAGES/django.mo
django_tables2/locale/en/LC_MESSAGES/django.po
django_tables2/locale/es/LC_MESSAGES/django.mo
django_tables2/locale/es/LC_MESSAGES/django.po
django_tables2/locale/fr/LC_MESSAGES/django.mo
django_tables2/locale/fr/LC_MESSAGES/django.po
django_tables2/locale/hu/LC_MESSAGES/django.mo
django_tables2/locale/hu/LC_MESSAGES/django.po
django_tables2/locale/it/LC_MESSAGES/django.mo
django_tables2/locale/it/LC_MESSAGES/django.po
django_tables2/locale/nb/LC_MESSAGES/django.mo
django_tables2/locale/nb/LC_MESSAGES/django.po
django_tables2/locale/nl/LC_MESSAGES/django.mo
django_tables2/locale/nl/LC_MESSAGES/django.po
django_tables2/locale/pl/LC_MESSAGES/django.mo
django_tables2/locale/pl/LC_MESSAGES/django.po
django_tables2/locale/pt_BR/LC_MESSAGES/django.mo
django_tables2/locale/pt_BR/LC_MESSAGES/django.po
django_tables2/locale/pt_PT/LC_MESSAGES/django.mo
django_tables2/locale/pt_PT/LC_MESSAGES/django.po
django_tables2/locale/ru/LC_MESSAGES/django.mo
django_tables2/locale/ru/LC_MESSAGES/django.po
django_tables2/locale/sv/LC_MESSAGES/django.mo
django_tables2/locale/sv/LC_MESSAGES/django.po
django_tables2/locale/uk/LC_MESSAGES/django.mo
django_tables2/locale/uk/LC_MESSAGES/django.po
django_tables2/locale/zh_Hans/LC_MESSAGES/django.mo
django_tables2/locale/zh_Hans/LC_MESSAGES/django.po
django_tables2/static/django_tables2/bootstrap.css
django_tables2/static/django_tables2/themes/paleblue/css/screen.css
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png
django_tables2/static/django_tables2/themes/paleblue/img/false.gif
django_tables2/static/django_tables2/themes/paleblue/img/header-bg.png
django_tables2/static/django_tables2/themes/paleblue/img/missing.png
django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif
django_tables2/static/django_tables2/themes/paleblue/img/true.gif
django_tables2/templates/django_tables2/bootstrap-responsive.html
django_tables2/templates/django_tables2/bootstrap.html
django_tables2/templates/django_tables2/bootstrap4.html
django_tables2/templates/django_tables2/semantic.html
django_tables2/templates/django_tables2/table.html
django_tables2/templatetags/__init__.py
django_tables2/templatetags/django_tables2.py
django_tables2_bootstrap4.egg-info/PKG-INFO
django_tables2_bootstrap4.egg-info/SOURCES.txt
django_tables2_bootstrap4.egg-info/dependency_links.txt
django_tables2_bootstrap4.egg-info/requires.txt
django_tables2_bootstrap4.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/spelling_wordlist.txt
docs/_static/example.png
docs/_static/tutorial-bootstrap.png
docs/_static/tutorial.png
docs/img/bootstrap.png
docs/img/bootstrap4.png
docs/img/example.png
docs/img/semantic.png
docs/pages/api-reference.rst
docs/pages/builtin-columns.rst
docs/pages/column-attributes.rst
docs/pages/column-headers-and-footers.rst
docs/pages/custom-data.rst
docs/pages/custom-rendering.rst
docs/pages/export.rst
docs/pages/faq.rst
docs/pages/filtering.rst
docs/pages/generic-mixins.rst
docs/pages/glossary.rst
docs/pages/installation.rst
docs/pages/internal.rst
docs/pages/localization-control.rst
docs/pages/ordering.rst
docs/pages/pagination.rst
docs/pages/pinned-rows.rst
docs/pages/query-string-fields.rst
docs/pages/reference.rst
docs/pages/swapping-columns.rst
docs/pages/table-data.rst
docs/pages/table-mixins.rst
docs/pages/template-tags.rst
docs/pages/tutorial.rst
docs/pages/upgrade-changelog.rst
example/app/fixtures/initial_data.json
example/templates/base.html
example/templates/bootstrap4_template.html
example/templates/bootstrap_template.html
example/templates/checkbox_example.html
example/templates/class_based.html
example/templates/country_detail.html
example/templates/extended_table.html
example/templates/index.html
example/templates/multiTable.html
example/templates/multiple.html
example/templates/person_detail.html
example/templates/semantic_template.html
example/templates/tutorial.html