[Python-modules-commits] [django-tables] branch upstream updated (eb10626 -> 745aaed)

Brian May bam at debian.org
Wed Aug 9 10:03:56 UTC 2017


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

bam pushed a change to branch upstream
in repository django-tables.

      from  eb10626   New upstream version 1.9.0
       new  745aaed   New upstream version 1.10.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 create mode 100644 django_tables2/columns/manytomanycolumn.py
 delete mode 100644 django_tables2/export/TODO.md
 delete mode 100644 docs/pages/performance.rst
 create mode 100644 tests/columns/test_manytomanycolumn.py

-- 
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