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

Brian May bam at moszumanska.debian.org
Wed Jan 6 09:50:30 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  7cb0fb4   Import django-tables_1.0.4.orig.tar.gz
       new  04b8a90   Import django-tables_1.0.7.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:
 .gitignore                                         |   1 +
 .travis.yml                                        |  50 ++--
 README.md => CHANGELOG.md                          |  96 ++----
 MANIFEST.in                                        |   5 +-
 README.md                                          | 325 ++-------------------
 django_tables2/__init__.py                         |   8 +-
 django_tables2/columns/base.py                     |  15 +-
 django_tables2/columns/linkcolumn.py               |  79 +++--
 django_tables2/columns/timecolumn.py               |   5 +-
 django_tables2/rows.py                             |   7 +-
 django_tables2/tables.py                           |  71 +++--
 django_tables2/templates/django_tables2/table.html |   2 +
 django_tables2/templatetags/django_tables2.py      |  22 +-
 django_tables2/utils.py                            |  53 +---
 django_tables2/views.py                            |   4 +
 docs/index.rst                                     |  12 -
 docs/pages/api-reference.rst                       |  13 +
 example/README.rst                                 |   7 +-
 example/app/migrations/0001_initial.py             |  41 +++
 .../app/migrations}/__init__.py                    |   0
 example/manage.py                                  |   3 +-
 example/settings.py                                |  55 ++--
 example/urls.py                                    |  22 +-
 requirements/common.pip                            |   2 +-
 requirements/django-1.3.x.pip                      |   2 -
 requirements/django-1.4.x.pip                      |   2 -
 requirements/django-1.5.x.pip                      |   2 -
 requirements/django-1.6.x.pip                      |   2 -
 requirements/django-1.7.x.pip                      |   2 -
 requirements/django-1.8.x.pip                      |   2 -
 setup.py                                           |  14 +-
 tests/app/models.py                                |  14 +-
 tests/app/settings.py                              |  29 +-
 tests/app/urls.py                                  |  13 +-
 tests/columns/test_booleancolumn.py                |   9 +-
 tests/columns/test_checkboxcolumn.py               |   7 +-
 tests/columns/test_datecolumn.py                   |   5 +-
 tests/columns/test_datetimecolumn.py               |   7 +-
 tests/columns/test_emailcolumn.py                  |   2 +
 tests/columns/test_filecolumn.py                   |   9 +-
 tests/columns/test_general.py                      |  27 +-
 tests/columns/test_linkcolumn.py                   |  85 +++++-
 tests/columns/test_urlcolumn.py                    |   2 +
 tests/test_config.py                               |   7 +-
 tests/test_core.py                                 |  28 +-
 tests/test_models.py                               |  29 +-
 tests/test_templates.py                            |  67 +++--
 tests/test_utils.py                                |   8 +-
 tests/test_views.py                                |   5 +-
 tests/utils.py                                     |  35 ++-
 tox.ini                                            | 102 ++-----
 51 files changed, 680 insertions(+), 734 deletions(-)
 copy README.md => CHANGELOG.md (80%)
 create mode 100644 example/app/migrations/0001_initial.py
 copy {django_tables2/templatetags => example/app/migrations}/__init__.py (100%)
 delete mode 100644 requirements/django-1.3.x.pip
 delete mode 100644 requirements/django-1.4.x.pip
 delete mode 100644 requirements/django-1.5.x.pip
 delete mode 100644 requirements/django-1.6.x.pip
 delete mode 100644 requirements/django-1.7.x.pip
 delete mode 100644 requirements/django-1.8.x.pip

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