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

Brian May bam at debian.org
Mon Oct 30 21:30:36 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  745aaed   New upstream version 1.10.0
       new  5423768   New upstream version 1.14.2

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:
 .isort.cfg                                         |   2 +-
 CHANGELOG.md                                       |  27 ++++++--
 django_tables2/__init__.py                         |   2 +-
 django_tables2/columns/manytomanycolumn.py         |  16 ++++-
 django_tables2/columns/templatecolumn.py           |  23 +++++--
 django_tables2/export/views.py                     |   6 +-
 django_tables2/locale/hu/LC_MESSAGES/django.mo     | Bin 0 -> 767 bytes
 .../locale/{en => hu}/LC_MESSAGES/django.po        |  23 ++++---
 django_tables2/rows.py                             |  27 +++-----
 django_tables2/tables.py                           |  20 ++++--
 django_tables2/utils.py                            |   2 +-
 django_tables2/views.py                            |  10 ++-
 docs/pages/api-reference.rst                       |  46 ++++++++-----
 docs/pages/custom-data.rst                         |   4 +-
 docs/pages/export.rst                              |  53 ++++++++++++++-
 docs/pages/faq.rst                                 |  28 +-------
 docs/pages/filtering.rst                           |  21 +++++-
 docs/pages/ordering.rst                            |  27 ++++++++
 docs/requirements.txt                              |   1 -
 example/app/data.py                                |  46 +++++++++++++
 example/app/migrations/0001_initial.py             |  44 +++++++++++++
 .../app/migrations}/__init__.py                    |   0
 example/app/views.py                               |  12 +++-
 example/requirements.pip                           |   1 +
 requirements/common.pip                            |   2 +-
 requirements/django-dev.pip                        |   3 +-
 setup.py                                           |   1 +
 tests/columns/test_manytomanycolumn.py             |  50 ++++++++++++++-
 tests/columns/test_templatecolumn.py               |  32 ++++++++++
 tests/export/test_export.py                        |  71 ++++++++++++++++++++-
 tests/test_core.py                                 |   5 ++
 tests/test_data.py                                 |  12 ++--
 tests/test_faq.py                                  |  28 +-------
 tests/test_pinned_rows.py                          |   4 +-
 tests/test_rows.py                                 |   8 +--
 tox.ini                                            |  10 ++-
 36 files changed, 514 insertions(+), 153 deletions(-)
 create mode 100644 django_tables2/locale/hu/LC_MESSAGES/django.mo
 copy django_tables2/locale/{en => hu}/LC_MESSAGES/django.po (71%)
 create mode 100644 example/app/data.py
 create mode 100644 example/app/migrations/0001_initial.py
 copy {django_tables2/templatetags => example/app/migrations}/__init__.py (100%)

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