[Python-modules-commits] [django-taggit] branch upstream updated (8c9e96c -> 53230aa)

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


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

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

      from  8c9e96c   Imported Upstream version 0.12.2
       new  53230aa   Imported Upstream version 0.17.0

The 1 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 +-
 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(-)
 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