[Python-modules-commits] [django-taggit] branch master updated (bea9805 -> 7d1e2b6)
Michal Cihar
nijel at moszumanska.debian.org
Mon Aug 24 12:11:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
nijel pushed a change to branch master
in repository django-taggit.
from bea9805 Bump standards to 3.9.6.
new facc383 New upstream release.
new 53230aa Imported Upstream version 0.17.0
new 4bda138 Merge tag 'upstream/0.17.0'
new 85892ee Update debian/watch.
new 012bd79 Add python 3 package.
new eca8360 Add gbp config
new 2e7a2a7 Py3 packaging
new 506b2a5 Run tests during build.
new 7d1e2b6 Fix short description
The 9 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 | 79 +++++--
LICENSE | 15 +-
PKG-INFO | 12 +-
README.rst | 10 +-
debian/changelog | 9 +
debian/control | 21 +-
debian/gbp.conf | 5 +
debian/rules | 10 +-
debian/watch | 2 +-
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 ++-
37 files changed, 508 insertions(+), 292 deletions(-)
create mode 100644 debian/gbp.conf
create mode 100644 taggit/migrations/0002_auto_20150616_2121.py
create mode 100644 tests/migrations/0001_initial.pyc
create mode 100644 tests/migrations/__init__.pyc
--
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