[Python-modules-commits] [django-polymorphic] branch master updated (8882e0c -> b237a18)
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jan 11 11:50:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-polymorphic.
from 8882e0c record new upstream branch created by importing django-polymorphic_0.7.2.orig.tar.gz and merge it
new e9fab2f Import django-polymorphic_0.8.1.orig.tar.gz
new 8720fa4 record new upstream branch created by importing django-polymorphic_0.8.1.orig.tar.gz and merge it
new ab7484e Add NEWS file to document backwards incompatible changes.
new b237a18 New upstream release (Closes: #806354).
The 4 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 +
debian/.git-dpm | 14 +-
debian/NEWS | 9 +
debian/changelog | 7 +
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 +-
39 files changed, 1165 insertions(+), 670 deletions(-)
create mode 100644 debian/NEWS
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