[Python-modules-commits] [django-tables] 02/03: Updated version 1.10.0 from 'upstream/1.10.0'

Neil Williams codehelp at moszumanska.debian.org
Tue Aug 8 17:45:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

codehelp pushed a commit to branch codehelp
in repository django-tables.

commit b1217fe9c1f854244c53fba1c2aeaea86b184652
Merge: 9d459f7 7ea133f
Author: Neil Williams <codehelp at debian.org>
Date:   Tue Aug 8 13:29:00 2017 -0400

    Updated version 1.10.0 from 'upstream/1.10.0'
    
    with Debian dir addf8f04387dfe7d71ccdf58e8242881cb70653d

 .coveragerc                                |  1 +
 CHANGELOG.md                               | 10 +++-
 django_tables2/__init__.py                 |  8 +--
 django_tables2/columns/__init__.py         |  3 +-
 django_tables2/columns/base.py             | 25 ++++++---
 django_tables2/columns/manytomanycolumn.py | 73 +++++++++++++++++++++++++
 django_tables2/export/TODO.md              | 10 ----
 django_tables2/export/export.py            |  5 +-
 django_tables2/export/views.py             | 19 ++++++-
 django_tables2/rows.py                     |  2 +-
 django_tables2/tables.py                   | 48 ++++++++++++++--
 docs/index.rst                             |  1 -
 docs/pages/api-reference.rst               |  9 ++-
 docs/pages/builtin-columns.rst             |  1 +
 docs/pages/custom-data.rst                 | 11 +++-
 docs/pages/export.rst                      | 26 +++++++++
 docs/pages/performance.rst                 | 12 ----
 docs/pages/table-data.rst                  | 13 +++++
 requirements/common.pip                    |  2 +-
 tests/app/models.py                        |  2 +
 tests/columns/test_manytomanycolumn.py     | 80 +++++++++++++++++++++++++++
 tests/export/test_export.py                | 88 +++++++++++++++++++++++++-----
 tests/test_core.py                         | 68 ++++++++++++++++++++---
 tox.ini                                    | 21 ++++---
 24 files changed, 458 insertions(+), 80 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-tables.git



More information about the Python-modules-commits mailing list