[Python-modules-commits] [django-polymorphic] branch upstream updated (c8a2600 -> 72b565e)
Michael Fladischer
fladi at moszumanska.debian.org
Tue Aug 8 11:01:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-polymorphic.
from c8a2600 Import django-polymorphic_1.1.orig.tar.gz
new 1de6d9e Import django-polymorphic_1.2.orig.tar.gz
new 72b565e New upstream version 1.3
The 2 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 | 1 +
.travis.yml | 78 ++-----
AUTHORS.rst | 1 +
README.rst | 16 +-
docs/_ext/djangodummy/requirements.txt | 3 +-
docs/_ext/djangodummy/settings.py | 4 +
docs/_ext/djangoext/docstrings.py | 18 +-
docs/changelog.rst | 22 +-
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 | 7 +-
polymorphic/admin/parentadmin.py | 60 ++---
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 | 257 +++++++++++----------
polymorphic/query_translate.py | 41 ++--
polymorphic/showfields.py | 12 +-
.../static/polymorphic/css/polymorphic_inlines.css | 1 +
polymorphic/tests/__init__.py | 48 ++--
polymorphic/tests/test_multidb.py | 12 +-
polymorphic/tests/test_orm.py | 34 +--
polymorphic/tools_for_tests.py | 144 ------------
runtests.py | 73 +++---
setup.py | 17 +-
tox.ini | 36 +--
38 files changed, 404 insertions(+), 714 deletions(-)
delete mode 100644 polymorphic/tools_for_tests.py
--
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