[Python-modules-commits] [django-model-utils] branch master updated (918f034 -> cac0c7e)

Brian May bam at moszumanska.debian.org
Mon Oct 12 05:42:57 UTC 2015


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

bam pushed a change to branch master
in repository django-model-utils.

      from  918f034   git-dpm config
       new  f99aada   Import django-model-utils_2.3.1.orig.tar.gz
       new  d71a28a   record new upstream branch created by importing django-model-utils_2.3.1.orig.tar.gz and merge it
       new  cac0c7e   New upstream version.

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:
 .gitignore                                  |   2 +
 .travis.yml                                 |  55 +++++++------
 AUTHORS.rst                                 |   5 ++
 CHANGES.rst                                 |  60 ++++++++++++++
 CONTRIBUTING.rst                            |  20 +++++
 LICENSE.txt                                 |   2 +-
 MANIFEST.in                                 |   1 +
 Makefile                                    |   6 ++
 README.rst                                  |   2 +-
 debian/.git-dpm                             |  14 ++--
 debian/changelog                            |   7 ++
 debian/control                              |   4 +-
 docs/conf.py                                |   2 +-
 docs/managers.rst                           |   7 ++
 docs/utilities.rst                          |  13 +++
 model_utils/__init__.py                     |   2 +-
 model_utils/fields.py                       |  16 ++++
 model_utils/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 760 bytes
 model_utils/locale/de/LC_MESSAGES/django.po |  53 +++++++++++++
 model_utils/managers.py                     |  50 ++++++++----
 model_utils/models.py                       |  35 ++++----
 model_utils/tests/tests.py                  |  61 +++++++++++++-
 model_utils/tracker.py                      |  10 +--
 runtests.py                                 |  18 +++--
 setup.py                                    |   8 +-
 tox.ini                                     | 119 +++++-----------------------
 runtests.py => translations.py              |  24 +++---
 update_travis_envs.sh                       |  13 +++
 28 files changed, 412 insertions(+), 197 deletions(-)
 create mode 100644 model_utils/locale/de/LC_MESSAGES/django.mo
 create mode 100644 model_utils/locale/de/LC_MESSAGES/django.po
 copy runtests.py => translations.py (57%)
 create mode 100755 update_travis_envs.sh

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



More information about the Python-modules-commits mailing list