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

Michael Fladischer fladi at moszumanska.debian.org
Mon Jan 11 11:50:49 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  5061835   Import django-polymorphic_0.7.2.orig.tar.gz
       new  e9fab2f   Import django-polymorphic_0.8.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                                        |  24 ++
 AUTHORS.rst                                        |   1 +
 docs/advanced.rst                                  |   4 +-
 docs/changelog.rst                                 |  36 +++
 docs/conf.py                                       |  29 +--
 docs/managers.rst                                  |  14 +-
 docs/quickstart.rst                                |   2 +-
 example/example/settings.py                        |   2 +-
 example/example/urls.py                            |   6 +-
 example/pexp/admin.py                              |  52 ++---
 example/pexp/management/commands/p2cmd.py          |  80 ++++---
 example/pexp/management/commands/pcmd.py           |  26 ++-
 example/pexp/management/commands/polybench.py      |  89 +++++---
 .../commands/polymorphic_create_test_data.py       |  24 +-
 example/pexp/migrations/0001_initial.py            | 222 ++++++++++++++++++
 example/pexp/migrations/0002_modelc_field4.py      |  20 ++
 example/{example => pexp/migrations}/__init__.py   |   0
 example/pexp/models.py                             |  74 ++++--
 polymorphic/__init__.py                            |  18 +-
 polymorphic/__version__.py                         |   5 -
 polymorphic/admin.py                               |  66 +++---
 polymorphic/base.py                                |  28 +--
 .../locale/{en => es}/LC_MESSAGES/django.po        |  27 +--
 polymorphic/manager.py                             |  57 +----
 polymorphic/{manager.py => managers.py}            |  26 +--
 polymorphic/models.py                              | 228 ++++++++++++++++++-
 polymorphic/polymorphic_model.py                   | 222 ------------------
 polymorphic/query.py                               |  52 +++--
 polymorphic/query_translate.py                     |  37 +--
 polymorphic/showfields.py                          |   5 +-
 polymorphic/templatetags/polymorphic_admin_tags.py |   2 +-
 polymorphic/tests.py                               | 250 ++++++++++++++++-----
 polymorphic/tools_for_tests.py                     |  16 +-
 runtests.py                                        |  26 ++-
 setup.py                                           |  24 +-
 tox.ini                                            |  11 +-
 36 files changed, 1142 insertions(+), 663 deletions(-)
 create mode 100644 example/pexp/migrations/0001_initial.py
 create mode 100644 example/pexp/migrations/0002_modelc_field4.py
 copy example/{example => pexp/migrations}/__init__.py (100%)
 delete mode 100644 polymorphic/__version__.py
 copy polymorphic/locale/{en => es}/LC_MESSAGES/django.po (55%)
 copy polymorphic/{manager.py => managers.py} (68%)
 delete mode 100644 polymorphic/polymorphic_model.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