[Python-modules-commits] [django-tables] branch upstream updated (04b8a90 -> 5119d54)

Brian May bam at moszumanska.debian.org
Wed Apr 6 03:15:00 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  04b8a90   Import django-tables_1.0.7.orig.tar.gz
       new  5119d54   Import django-tables_1.1.6.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:
 .travis.yml                                        |  12 +-
 CHANGELOG.md                                       |  29 +++
 README.md                                          |  68 -----
 README.rst                                         | 106 ++++++++
 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 +-
 61 files changed, 1427 insertions(+), 1127 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