Convert files to UNIX EOL and remove BOM.
authorJardel Weyrich <jweyrich@gmail.com>
Mon, 22 Nov 2010 07:47:46 +0000 (05:47 -0200)
committerJardel Weyrich <jweyrich@gmail.com>
Mon, 22 Nov 2010 10:23:55 +0000 (08:23 -0200)
commit5d3017ff0bb5f154d7c637d65a3db2b8879c9aa8
tree80364c588ae9a866e5589f4e888294590bd0b9bb
parenteffc4d2be7461f0f2690139c55e780582025ebc7
Convert files to UNIX EOL and remove BOM.
Please, add these lines to your ~/.gitconfig file:
    [core]
        autocrlf = input
Or alternatively run:
    git config --global core.autocrlf input
21 files changed:
LICENSE
MANIFEST.in
README
TODO
django_tables/__init__.py
django_tables/app/templatetags/tables.py
django_tables/columns.py
django_tables/options.py
docs/features/index.rst
docs/features/pagination.rst
docs/installation.rst
docs/types/index.rst
docs/types/memory.rst
docs/types/models.rst
docs/types/sql.rst
tests/__init__.py
tests/test_basic.py
tests/test_memory.py
tests/test_models.py
tests/test_templates.py
tests/testapp/models.py