[Python-modules-commits] [django-tables] branch debian/master updated (54b6e79 -> 96b55e2)

Brian May bam at debian.org
Mon Oct 30 21:30:35 UTC 2017


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

bam pushed a change to branch debian/master
in repository django-tables.

      from  54b6e79   Remove upstream signing key
       new  5423768   New upstream version 1.14.2
       new  b731250   Merge tag 'upstream/1.14.2' into debian/master
       new  3e2c419   Update changelog for new upstream version
       new  16471db   Drop transitional package
       new  5451764   Update standards version to 4.1.1
       new  b08bf1c   Depend on python3-sphinx instead on python-sphinx
       new  96b55e2   Fix python2 only code

The 7 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 ++++++--
 debian/changelog                                   |   9 +++
 debian/control                                     |  12 +---
 debian/patches/0002-Fix-python2-only-code.patch    |  21 ++++++
 debian/patches/series                              |   1 +
 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 ++-
 40 files changed, 547 insertions(+), 163 deletions(-)
 create mode 100644 debian/patches/0002-Fix-python2-only-code.patch
 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