[Python-modules-commits] [django-taggit] branch master updated (5c5ed05 -> 63d3671)

Michal Cihar nijel at moszumanska.debian.org
Tue Aug 23 06:57:08 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  5c5ed05   Release
       new  33c429b   New upstream release.
       new  9ea8041   Imported Upstream version 0.21.0
       new  44be3c0   Merge tag 'upstream/0.21.0'
       new  63d3671   Fixes test on Django 1.10 (Closes: #834668)

The 4 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:
 CHANGELOG.txt                                   | 11 +++++
 PKG-INFO                                        |  4 +-
 README.rst                                      |  2 +-
 debian/changelog                                |  7 +++
 django_taggit.egg-info/PKG-INFO                 |  4 +-
 django_taggit.egg-info/SOURCES.txt              |  3 --
 docs/admin.txt                                  | 38 +++++++++++++---
 docs/external_apps.txt                          | 24 +++++-----
 taggit/__init__.py                              |  2 +-
 taggit/south_migrations/0001_initial.py         | 60 -------------------------
 taggit/south_migrations/0002_unique_tagnames.py | 43 ------------------
 taggit/south_migrations/__init__.py             |  0
 tests/tests.py                                  | 41 ++++++-----------
 tox.ini                                         |  6 +--
 14 files changed, 84 insertions(+), 161 deletions(-)
 delete mode 100644 taggit/south_migrations/0001_initial.py
 delete mode 100644 taggit/south_migrations/0002_unique_tagnames.py
 delete mode 100644 taggit/south_migrations/__init__.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