[Python-modules-commits] [django-tables] branch master updated (b92b411 -> b25925f)

Brian May bam at moszumanska.debian.org
Tue May 3 01:55:23 UTC 2016


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

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

      from  b92b411   New release 1.1.6-2
       new  5667f1d   record new upstream branch created by importing django-tables_1.2.0.orig.tar.gz
       new  ef66a89   Import django-tables_1.2.0.orig.tar.gz
       new  0260f08   Use local copies of object.inv for building documentation.
       new  9c99753   merge patched into master
       new  970a176   Add changelog entry for 1.2.0-1
       new  ff621ba   Fix errors building documentation
       new  b25925f   merge patched into master

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:
 CHANGELOG.md                                       |  19 +-
 CONTRIBUTING.md                                    |  44 ++++
 README.rst                                         |  39 +---
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 .../0002-Fix-errors-building-documentation.patch   |  37 ++++
 debian/patches/local_inventory                     |   2 +-
 debian/patches/series                              |   1 +
 django_tables2/__init__.py                         |   2 +-
 django_tables2/columns/emailcolumn.py              |  16 +-
 django_tables2/columns/linkcolumn.py               |  54 ++---
 django_tables2/columns/urlcolumn.py                |  18 +-
 django_tables2/config.py                           |   7 +-
 django_tables2/locale/en/LC_MESSAGES/django.mo     | Bin 392 -> 606 bytes
 django_tables2/locale/en/LC_MESSAGES/django.po     |  31 ++-
 django_tables2/locale/it/LC_MESSAGES/django.mo     | Bin 0 -> 762 bytes
 django_tables2/locale/it/LC_MESSAGES/django.po     |  45 ++++
 django_tables2/locale/nl/LC_MESSAGES/django.mo     | Bin 0 -> 776 bytes
 django_tables2/locale/nl/LC_MESSAGES/django.po     |  45 ++++
 django_tables2/rows.py                             |  93 +++++----
 django_tables2/tables.py                           |  72 ++++---
 .../templates/django_tables2/bootstrap.html        |   6 +-
 django_tables2/templates/django_tables2/table.html |   6 +-
 django_tables2/utils.py                            |  77 +++++--
 django_tables2/views.py                            |  29 ++-
 docs/conf.py                                       |   2 +-
 docs/index.rst                                     |   8 +-
 docs/pages/accessors.rst                           |   7 +-
 docs/pages/api-reference.rst                       |  46 +++--
 docs/pages/column-attributes.rst                   |  12 +-
 docs/pages/column-headers.rst                      |  19 +-
 docs/pages/custom-rendering.rst                    |  22 +-
 docs/pages/generic-mixins.rst                      |  10 +-
 docs/pages/glossary.rst                            |   2 +-
 docs/pages/internal.rst                            |   3 +-
 docs/pages/localization-control.rst                |   3 -
 docs/pages/order-by-accessors.rst                  |  15 +-
 docs/pages/pagination.rst                          |   9 +-
 docs/pages/query-string-fields.rst                 |  11 +-
 docs/pages/swapping-columns.rst                    |   6 +-
 docs/pages/table-data.rst                          |   7 +-
 docs/pages/tables-for-models.rst                   |   2 +-
 docs/pages/template-filters.rst                    |   2 +-
 docs/pages/template-tags.rst                       |  13 +-
 docs/pages/tutorial.rst                            |   2 +-
 docs/pages/upgrading-from-v1.rst                   |  10 +-
 setup.py                                           |   2 +-
 tests/app/urls.py                                  |   9 +-
 tests/columns/test_booleancolumn.py                |  30 +--
 tests/columns/test_checkboxcolumn.py               |  59 ++++--
 tests/columns/test_datecolumn.py                   |  39 ++--
 tests/columns/test_datetimecolumn.py               |  44 ++--
 tests/columns/test_emailcolumn.py                  |  28 +--
 tests/columns/test_filecolumn.py                   |   3 +-
 tests/columns/test_general.py                      | 150 +++++++-------
 tests/columns/test_linkcolumn.py                   |  51 +++--
 tests/columns/test_templatecolumn.py               |  31 +--
 tests/columns/test_timecolumn.py                   |  11 +-
 tests/columns/test_urlcolumn.py                    |  34 ++-
 tests/test_core.py                                 | 228 +++++++++++++--------
 tests/test_models.py                               |  34 +--
 tests/test_rows.py                                 |  16 +-
 tests/test_templates.py                            |  22 ++
 tests/test_utils.py                                | 110 ++++++++--
 tests/test_views.py                                |  71 +++++--
 65 files changed, 1183 insertions(+), 663 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 debian/patches/0002-Fix-errors-building-documentation.patch
 create mode 100644 django_tables2/locale/it/LC_MESSAGES/django.mo
 create mode 100644 django_tables2/locale/it/LC_MESSAGES/django.po
 create mode 100644 django_tables2/locale/nl/LC_MESSAGES/django.mo
 create mode 100644 django_tables2/locale/nl/LC_MESSAGES/django.po

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