[Python-modules-commits] [django-polymorphic] branch upstream updated (72b565e -> c040057)

Michael Fladischer fladi at moszumanska.debian.org
Sun Feb 4 13:19:40 UTC 2018


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

fladi pushed a change to branch upstream
in repository django-polymorphic.

      from  72b565e   New upstream version 1.3
       new  c040057   New upstream version 2.0

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:
 .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 ++++++++++++++++++++
 .../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(-)
 delete mode 100644 polymorphic/manager.py
 create mode 100644 polymorphic/tests/admintestcase.py
 create mode 100644 polymorphic/tests/migrations/0001_initial.py
 copy {docs/_ext/djangodummy => polymorphic/tests/migrations}/__init__.py (100%)
 copy polymorphic/tests/{__init__.py => models.py} (88%)
 create mode 100644 polymorphic/tests/test_contrib.py
 create mode 100644 polymorphic/tests/test_utils.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