[Python-modules-commits] [django-tables] branch master updated (b646bfc -> 07ffa5f)
Brian May
bam at moszumanska.debian.org
Wed Apr 6 03:14:59 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 b646bfc Use https for git url
new 249bdb7 record new upstream branch created by importing django-tables_1.1.6.orig.tar.gz
new 5119d54 Import django-tables_1.1.6.orig.tar.gz
new b53c79c Use local copies of object.inv for building documentation.
new fa42090 merge patched into master
new e798802 Add changelog entry for 1.1.6-1
new f940010 Update standards version to 3.9.7
new 07e58bd Add python3-django-haystack to build depends
new 07ffa5f README.md renamed to README.rst
The 8 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:
.travis.yml | 12 +-
CHANGELOG.md | 29 +++
README.md | 68 -----
README.rst | 106 ++++++++
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/control | 3 +-
debian/patches/local_inventory | 6 +-
debian/python-django-tables2.docs | 2 +-
django_tables2/__init__.py | 10 +-
django_tables2/columns/__init__.py | 2 +-
django_tables2/columns/base.py | 100 ++-----
django_tables2/columns/booleancolumn.py | 40 ++-
django_tables2/columns/checkboxcolumn.py | 55 ++--
django_tables2/columns/datecolumn.py | 4 +-
django_tables2/columns/datetimecolumn.py | 9 +-
django_tables2/columns/emailcolumn.py | 4 +-
django_tables2/columns/filecolumn.py | 27 +-
django_tables2/columns/linkcolumn.py | 80 +++---
django_tables2/columns/templatecolumn.py | 22 +-
django_tables2/rows.py | 14 +-
django_tables2/static/django_tables2/bootstrap.css | 8 +
django_tables2/tables.py | 85 +++---
.../templates/django_tables2/bootstrap.html | 74 ++++++
django_tables2/templates/django_tables2/table.html | 39 ++-
django_tables2/templatetags/django_tables2.py | 112 ++------
django_tables2/utils.py | 128 ++-------
django_tables2/views.py | 16 +-
docs/conf.py | 4 +-
docs/pages/builtin-columns.rst | 2 +-
docs/pages/generic-mixins.rst | 3 +-
docs/pages/localization-control.rst | 4 +-
docs/pages/tutorial.rst | 15 +-
example/app/migrations/0002_person_country.py | 21 ++
example/app/models.py | 6 +
example/app/tables.py | 12 +-
example/app/views.py | 27 +-
example/settings.py | 57 ++--
example/templates/bootstrap_template.html | 22 ++
example/templates/class_based.html | 8 +-
example/urls.py | 4 +-
requirements/common.pip | 3 +-
setup.py | 31 ++-
tests/app/models.py | 41 ++-
tests/app/settings.py | 44 ++--
tests/columns/test_booleancolumn.py | 51 +++-
tests/columns/test_checkboxcolumn.py | 72 ++++--
tests/columns/test_datecolumn.py | 4 +-
tests/columns/test_datetimecolumn.py | 6 +-
tests/columns/test_emailcolumn.py | 1 +
tests/columns/test_filecolumn.py | 59 +++--
tests/columns/test_general.py | 91 ++++---
tests/columns/test_linkcolumn.py | 73 +++---
tests/columns/test_templatecolumn.py | 16 +-
tests/columns/test_timecolumn.py | 39 +++
tests/columns/test_urlcolumn.py | 1 +
tests/test_config.py | 22 +-
tests/test_core.py | 40 +--
tests/test_models.py | 54 +++-
tests/test_rows.py | 5 +
tests/test_templates.py | 286 +++++----------------
tests/test_templatetags.py | 170 ++++++++++++
tests/test_utils.py | 62 +++--
tests/test_views.py | 80 ++++--
tests/utils.py | 60 ++---
tox.ini | 14 +-
66 files changed, 1446 insertions(+), 1139 deletions(-)
delete mode 100644 README.md
create mode 100644 README.rst
create mode 100644 django_tables2/static/django_tables2/bootstrap.css
create mode 100644 django_tables2/templates/django_tables2/bootstrap.html
create mode 100644 example/app/migrations/0002_person_country.py
create mode 100644 example/templates/bootstrap_template.html
create mode 100644 tests/columns/test_timecolumn.py
create mode 100644 tests/test_templatetags.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