[Python-modules-commits] [django-polymorphic] branch upstream updated (e9fab2f -> 67e597e)

Michael Fladischer fladi at moszumanska.debian.org
Sun Feb 21 10:04:08 UTC 2016


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

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

      from  e9fab2f   Import django-polymorphic_0.8.1.orig.tar.gz
       new  67e597e   Import django-polymorphic_0.9.1.orig.tar.gz

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                                        |   2 -
 docs/admin.rst                                     |   3 +
 docs/advanced.rst                                  |  13 +-
 docs/changelog.rst                                 |  37 ++++-
 docs/conf.py                                       |   4 +-
 docs/index.rst                                     |   1 +
 docs/migrating.rst                                 |  65 +++++++++
 docs/quickstart.rst                                |   2 +-
 docs/third-party.rst                               |  79 ++++++++---
 polymorphic/__init__.py                            |   2 +-
 polymorphic/admin.py                               |  55 +++++++-
 polymorphic/base.py                                |   2 +-
 polymorphic/managers.py                            |   7 +
 polymorphic/query.py                               | 148 ++++++++++++++++++--
 .../{change_form.html => object_history.html}      |   2 +-
 polymorphic/tests.py                               | 153 +++++++++++++++++++++
 16 files changed, 525 insertions(+), 50 deletions(-)
 create mode 100644 docs/migrating.rst
 copy polymorphic/templates/admin/polymorphic/{change_form.html => object_history.html} (78%)

-- 
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