[Python-modules-commits] [django-polymorphic] 03/13: Update upstream source from tag 'upstream/2.0'
Michael Fladischer
fladi at moszumanska.debian.org
Sun Feb 4 13:19:39 UTC 2018
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 3f4e557f843213b850c69b0b0fe3a198b4cdee19
Merge: fd16554 c040057
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Jan 27 13:51:58 2018 +0100
Update upstream source from tag 'upstream/2.0'
Update to upstream version '2.0'
with Debian dir 6512595c3afc012b82e839de0563178467fb2c55
.travis.yml | 76 +-
README.rst | 4 +-
docs/admin.rst | 8 +-
docs/changelog.rst | 25 +
docs/conf.py | 4 +-
docs/managers.rst | 5 +-
docs/quickstart.rst | 4 +-
docs/third-party.rst | 4 +-
example/example/settings.py | 28 +-
example/pexp/admin.py | 10 +-
polymorphic/__init__.py | 9 +-
polymorphic/admin/childadmin.py | 50 +-
polymorphic/admin/generic.py | 2 +-
polymorphic/admin/helpers.py | 7 +-
polymorphic/admin/inlines.py | 5 +-
polymorphic/admin/parentadmin.py | 128 +--
polymorphic/base.py | 107 +-
polymorphic/formsets/__init__.py | 2 +
polymorphic/formsets/generic.py | 9 +-
polymorphic/formsets/models.py | 61 +-
polymorphic/formsets/utils.py | 12 +-
polymorphic/locale/en/LC_MESSAGES/django.po | 5 -
polymorphic/manager.py | 2 -
polymorphic/managers.py | 15 +-
polymorphic/models.py | 35 +-
polymorphic/query.py | 92 +-
polymorphic/query_translate.py | 13 +-
polymorphic/showfields.py | 6 -
.../static/polymorphic/js/polymorphic_inlines.js | 4 +
.../templatetags/polymorphic_formset_tags.py | 2 +-
polymorphic/tests/__init__.py | 408 -------
polymorphic/tests/admintestcase.py | 214 ++++
polymorphic/tests/migrations/0001_initial.py | 1133 ++++++++++++++++++++
polymorphic/tests/migrations/__init__.py | 0
polymorphic/tests/{__init__.py => models.py} | 84 +-
polymorphic/tests/test_admin.py | 119 +-
polymorphic/tests/test_contrib.py | 31 +
polymorphic/tests/test_multidb.py | 76 +-
polymorphic/tests/test_orm.py | 564 ++++++----
polymorphic/tests/test_regression.py | 2 +-
polymorphic/tests/test_utils.py | 76 ++
polymorphic/utils.py | 49 +-
runtests.py | 22 +-
setup.cfg | 45 +-
setup.py | 57 +-
tox.ini | 29 +-
46 files changed, 2495 insertions(+), 1148 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