[Python-modules-commits] [django-taggit] 03/09: Merge tag 'upstream/0.17.0'

Michal Cihar nijel at moszumanska.debian.org
Mon Aug 24 12:11:33 UTC 2015


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

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

commit 4bda138010d6dbcd3c87abdff4bcacf6e41eb468
Merge: facc383 53230aa
Author: Michal Čihař <nijel at debian.org>
Date:   Mon Aug 24 13:45:24 2015 +0200

    Merge tag 'upstream/0.17.0'
    
    Upstream version 0.17.0

 CHANGELOG.txt                                |  79 +++++--
 LICENSE                                      |  15 +-
 PKG-INFO                                     |  12 +-
 README.rst                                   |  10 +-
 django_taggit.egg-info/PKG-INFO              |  12 +-
 django_taggit.egg-info/SOURCES.txt           |   5 +-
 docs/admin.txt                               |   2 +-
 docs/api.txt                                 |   8 +-
 docs/external_apps.txt                       |   8 +
 docs/forms.txt                               |   2 +-
 docs/getting_started.txt                     |   6 +
 runtests.py                                  |   1 -
 setup.cfg                                    |   1 +
 setup.py                                     |   9 +-
 taggit/__init__.py                           |   2 +-
 taggit/locale/he/LC_MESSAGES/django.po       |   1 -
 taggit/locale/nl/LC_MESSAGES/django.po       |   1 -
 taggit/locale/ru/LC_MESSAGES/django.po       |   1 -
 taggit/managers.py                           | 144 +++++++++----
 taggit/migrations/0001_initial.py            |  14 +-
 taggit/migrations/0002_auto_20150616_2121.py |  18 ++
 taggit/models.py                             |  40 +++-
 taggit/utils.py                              |   8 +
 tests/__init__.pyc                           | Bin 140 -> 144 bytes
 tests/forms.pyc                              | Bin 2110 -> 2548 bytes
 tests/migrations/0001_initial.py             | 294 +++++++++++----------------
 tests/migrations/0001_initial.pyc            | Bin 0 -> 8258 bytes
 tests/migrations/__init__.pyc                | Bin 0 -> 155 bytes
 tests/models.pyc                             | Bin 10529 -> 13839 bytes
 tests/tests.py                               |  32 ++-
 tests/tests.pyc                              | Bin 27788 -> 35511 bytes
 tox.ini                                      |  28 ++-
 32 files changed, 469 insertions(+), 284 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