[Python-modules-commits] [django-tables] branch master updated (7701cd1 -> fd31433)

Brian May bam at moszumanska.debian.org
Wed Jan 6 09:50:29 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  7701cd1   Fix tests.
       new  dc7e808   record new upstream branch created by importing django-tables_1.0.7.orig.tar.gz
       new  04b8a90   Import django-tables_1.0.7.orig.tar.gz
       new  55b4f4f   Use local copies of object.inv for building documentation.
       new  b2eec85   merge patched into master
       new  fd31433   Release 1.0.7-1

The 5 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 ++-------------------
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +
 debian/patches/dont_call_managers.patch            |  24 --
 debian/patches/local_inventory                     |   2 +-
 debian/patches/series                              |   1 -
 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                            |  50 +---
 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 ++-----
 56 files changed, 693 insertions(+), 766 deletions(-)
 copy README.md => CHANGELOG.md (80%)
 delete mode 100644 debian/patches/dont_call_managers.patch
 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