[Python-modules-commits] [django-taggit] branch master updated (36cc15b -> 938153b)

Michal Cihar nijel at moszumanska.debian.org
Mon Jul 10 18:02:05 UTC 2017


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

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

      from  36cc15b   Fix testsuite
       new  08483d4   New upstream version 0.22.1
       new  5e160a4   Updated version 0.22.1 from 'upstream/0.22.1'
       new  938153b   New upstream release.

The 3 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                                      | 35 ++++++++
 PKG-INFO                                           |  7 +-
 README.rst                                         |  2 +-
 debian/changelog                                   |  7 ++
 debian/control                                     |  2 +-
 ...missing-TEMPLATES-settings-to-runtests.py.patch | 29 -------
 debian/patches/series                              |  1 -
 django_taggit.egg-info/PKG-INFO                    |  7 +-
 django_taggit.egg-info/SOURCES.txt                 |  2 +
 docs/contributing.txt                              | 95 ++++++++++++++++++++++
 docs/external_apps.txt                             | 33 ++++----
 docs/index.txt                                     |  3 +-
 runtests.py                                        |  6 ++
 setup.cfg                                          |  4 +-
 setup.py                                           |  6 +-
 taggit/__init__.py                                 |  2 +-
 taggit/locale/es/LC_MESSAGES/django.po             |  4 +-
 taggit/managers.py                                 | 92 +++++++--------------
 taggit/models.py                                   | 24 +++---
 taggit/utils.py                                    |  8 +-
 tests/forms.py                                     |  2 +-
 tests/migrations/0002_uuid_models.py               | 54 ++++++++++++
 tests/models.py                                    | 26 +++++-
 tests/tests.py                                     | 54 ++++++++----
 tox.ini                                            | 17 +++-
 26 files changed, 358 insertions(+), 165 deletions(-)
 delete mode 100644 debian/patches/0001-Add-missing-TEMPLATES-settings-to-runtests.py.patch
 create mode 100644 docs/contributing.txt
 create mode 100644 tests/migrations/0002_uuid_models.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-taggit.git



More information about the Python-modules-commits mailing list