[Python-modules-commits] [django-taggit] 02/05: Merge tag 'upstream/0.19.1'

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 commit to branch master
in repository django-taggit.

commit 87f7babefed8adf72dbdff1bacfe40a1921369c7
Merge: 0b20b6d 67224e1
Author: Michal Čihař <nijel at debian.org>
Date:   Thu May 26 09:14:51 2016 +0200

    Merge tag 'upstream/0.19.1'
    
    Upstream version 0.19.1
    
    # gpg: Podpis vytvořen Čt 26. květen 2016, 09:14:51 CEST pomocí klíče RSA s ID uživatele 42B7511D
    # gpg: Dobrý podpis od "Michal Čihař <michal at cihar.com>"
    # gpg:                 alias "Michal Čihař <nijel at users.sourceforge.net>"
    # gpg:                 alias "Michal Čihař <nijel at debian.org>"
    # gpg:                 alias "[jpeg image of size 8848]"

 AUTHORS                                     |   1 +
 CHANGELOG.txt                               |  12 ++
 PKG-INFO                                    |   6 +-
 README.rst                                  |   4 +
 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
 taggit/locale/zh_Hans/LC_MESSAGES/django.po |  68 ++++++++
 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 ++--------------
 24 files changed, 528 insertions(+), 174 deletions(-)

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