[Python-modules-commits] [django-model-utils] branch upstream updated (258d707 -> f99aada)

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 upstream
in repository django-model-utils.

      from  258d707   Imported Upstream version 2.0.3
       new  f99aada   Import django-model-utils_2.3.1.orig.tar.gz

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:
 .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 +-
 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 +++
 25 files changed, 396 insertions(+), 188 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