[Python-modules-commits] [django-taggit] branch master updated (0b20b6d -> 84fc348)

Michal Cihar nijel at moszumanska.debian.org
Thu May 26 07:41:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

nijel pushed a change to branch master
in repository django-taggit.

      from  0b20b6d   New upstream release.
       new  67224e1   Imported Upstream version 0.19.1
       new  87f7bab   Merge tag 'upstream/0.19.1'
       new  c6de60b   New upstream release.
       new  c2cc55a   Remove not needed setup dependency
       new  84fc348   BD on mock

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:
 AUTHORS                                            |   1 +
 CHANGELOG.txt                                      |  12 +
 PKG-INFO                                           |   6 +-
 README.rst                                         |   4 +
 debian/changelog                                   |   6 +
 debian/control                                     |  10 +-
 debian/patches/remove-isort.patch                  |  14 ++
 debian/patches/series                              |   1 +
 django_taggit.egg-info/PKG-INFO                    |   6 +-
 django_taggit.egg-info/SOURCES.txt                 |   4 +
 docs/api.txt                                       |   7 +-
 docs/conf.py                                       |   3 +-
 runtests.py                                        |   1 -
 setup.cfg                                          |   1 +
 setup.py                                           |   5 +-
 taggit/__init__.py                                 |   4 +-
 taggit/admin.py                                    |   5 +-
 taggit/apps.py                                     |   7 +
 taggit/locale/zh_Hans/LC_MESSAGES/django.mo        | Bin 0 -> 856 bytes
 .../locale/{en => zh_Hans}/LC_MESSAGES/django.po   |  58 ++---
 taggit/managers.py                                 | 147 +++++++++++--
 taggit/models.py                                   |   1 +
 tests/custom_parser.py                             |   1 +
 tests/forms.py                                     |   6 +-
 tests/models.py                                    |  19 +-
 tests/settings.py                                  |  16 ++
 tests/tests.py                                     | 243 +++++++++++++++++++--
 tox.ini                                            | 135 ++----------
 28 files changed, 519 insertions(+), 204 deletions(-)
 create mode 100644 debian/patches/remove-isort.patch
 create mode 100644 debian/patches/series
 create mode 100644 taggit/apps.py
 create mode 100644 taggit/locale/zh_Hans/LC_MESSAGES/django.mo
 copy taggit/locale/{en => zh_Hans}/LC_MESSAGES/django.po (56%)
 create mode 100644 tests/settings.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/django-taggit.git



More information about the Python-modules-commits mailing list