[Python-modules-commits] [django-polymorphic] branch debian/master updated (c04ae95 -> 31ac52e)

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


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

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

      from  c04ae95   New upstream release.
       new  fd16554   Always use pristine-tar.
      adds  c8a2600   Import django-polymorphic_1.1.orig.tar.gz
      adds  1de6d9e   Import django-polymorphic_1.2.orig.tar.gz
      adds  72b565e   New upstream version 1.3
       new  c040057   New upstream version 2.0
       new  3f4e557   Update upstream source from tag 'upstream/2.0'
       new  afaf3ab   Refresh patches.
       new  2201f20   New upstream release.
       new  e74326a   Add patch to remove dependency on dj_database_url in tests.
       new  d95936f   Remove lintian override for missing GPG signature check on source tarball to serve as a reminder to improve on this.
       new  9d6fe5f   Bump Standards-Version to 4.1.3.
       new  300c9ae   Bump debhelper compatibility and version to 11.
       new  3518ab9   Run wrap-and-sort -bast to reduce diff size of future changes.
       new  dc168b8   Enable autopkgtest-pkg-python testsuite.
       new  58150c2   Build documentation in override_dh_sphinxdoc.
       new  31ac52e   Upload to unstable.

The 13 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 +-
 debian/changelog                                   |   16 +
 debian/compat                                      |    2 +-
 debian/control                                     |   74 +-
 debian/gbp.conf                                    |    1 +
 ...0001-use-local-objects.inv-where-possible.patch |    2 +-
 ...ve-dependency-on-dj_database_url-in-tests.patch |   43 +
 debian/patches/series                              |    1 +
 debian/python-django-polymorphic-doc.docs          |    1 -
 debian/rules                                       |   10 +-
 debian/source/lintian-overrides                    |    2 -
 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 +-
 56 files changed, 2607 insertions(+), 1188 deletions(-)
 create mode 100644 debian/patches/0002-Remove-dependency-on-dj_database_url-in-tests.patch
 delete mode 100644 debian/python-django-polymorphic-doc.docs
 delete mode 100644 debian/source/lintian-overrides
 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