[Python-modules-commits] [django-polymorphic] 02/04: record new upstream branch created by importing django-polymorphic_0.8.1.orig.tar.gz and merge it
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 commit to branch master
in repository django-polymorphic.
commit 8720fa4669aaa769126ecb0cd5583a7078b40bfe
Merge: 8882e0c e9fab2f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Dec 29 15:56:34 2015 +0100
record new upstream branch created by importing django-polymorphic_0.8.1.orig.tar.gz and merge it
.travis.yml | 24 ++
AUTHORS.rst | 1 +
debian/.git-dpm | 14 +-
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/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 +--
polymorphic/locale/es/LC_MESSAGES/django.po | 31 +++
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 +-
37 files changed, 1169 insertions(+), 654 deletions(-)
diff --cc debian/.git-dpm
index e9529ce,0000000..c484948
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 5061835a64dacf6d6138ae2f1bd86911ace74126
- 5061835a64dacf6d6138ae2f1bd86911ace74126
- 5061835a64dacf6d6138ae2f1bd86911ace74126
- 5061835a64dacf6d6138ae2f1bd86911ace74126
- django-polymorphic_0.7.2.orig.tar.gz
- 0ac96bb61c341f089c4be0238c09b39b296f759b
- 62282
++e9fab2f7eb0101200bfacfe30e0499d46db48270
++e9fab2f7eb0101200bfacfe30e0499d46db48270
++e9fab2f7eb0101200bfacfe30e0499d46db48270
++e9fab2f7eb0101200bfacfe30e0499d46db48270
++django-polymorphic_0.8.1.orig.tar.gz
++7922ca7f9fd895e283a1518b06d4511c757f8b79
++64375
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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