[Python-modules-commits] [django-polymorphic] 04/06: Updated version 1.3 from 'upstream/1.3'

Michael Fladischer fladi at moszumanska.debian.org
Tue Aug 8 10:49:22 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-polymorphic.

commit bd4d511eddb3d8b83c7eece169d214709b05907b
Merge: f69198a 81c5136
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Aug 8 10:49:10 2017 +0200

    Updated version 1.3 from 'upstream/1.3'
    
    with Debian dir fddc07ea69eacff314e80747e71c369d3bf1b443

 .travis.yml                                   |  65 +-----------
 AUTHORS.rst                                   |   1 +
 README.rst                                    |  14 +--
 docs/_ext/djangoext/docstrings.py             |  14 +--
 docs/changelog.rst                            |  10 ++
 docs/conf.py                                  |   7 +-
 docs/managers.rst                             |   4 -
 docs/migrating.rst                            |   1 +
 docs/quickstart.rst                           |   3 +-
 example/example/settings.py                   |   5 +-
 example/pexp/management/commands/p2cmd.py     |  47 ++++-----
 example/pexp/management/commands/polybench.py |  29 +++---
 example/pexp/models.py                        |   9 +-
 polymorphic/__init__.py                       |  32 +-----
 polymorphic/admin/generic.py                  |   6 +-
 polymorphic/admin/inlines.py                  |   6 +-
 polymorphic/admin/parentadmin.py              |  56 +++-------
 polymorphic/base.py                           |  15 ++-
 polymorphic/formsets/generic.py               |   6 +-
 polymorphic/formsets/models.py                |   6 +-
 polymorphic/locale/en/LC_MESSAGES/django.po   |   8 +-
 polymorphic/locale/fr/LC_MESSAGES/django.po   |   8 +-
 polymorphic/managers.py                       |  29 ++----
 polymorphic/models.py                         |  18 ++--
 polymorphic/query.py                          | 138 +++++++++++-------------
 polymorphic/query_translate.py                |  41 +++-----
 polymorphic/showfields.py                     |  12 +--
 polymorphic/tests/__init__.py                 |  47 ++++-----
 polymorphic/tests/test_multidb.py             |  12 +--
 polymorphic/tests/test_orm.py                 |  28 +----
 polymorphic/tools_for_tests.py                | 144 --------------------------
 runtests.py                                   |  73 +++++--------
 setup.py                                      |  17 ++-
 tox.ini                                       |  30 +++---
 34 files changed, 269 insertions(+), 672 deletions(-)

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



More information about the Python-modules-commits mailing list