[Python-modules-commits] [django-tables] branch upstream updated (5119d54 -> ef66a89)
Brian May
bam at moszumanska.debian.org
Tue May 3 01:55:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch upstream
in repository django-tables.
from 5119d54 Import django-tables_1.1.6.orig.tar.gz
new ef66a89 Import django-tables_1.2.0.orig.tar.gz
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:
CHANGELOG.md | 19 +-
CONTRIBUTING.md | 44 ++++
README.rst | 39 +---
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/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 +++++--
59 files changed, 1131 insertions(+), 653 deletions(-)
create mode 100644 CONTRIBUTING.md
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