[Python-modules-commits] [python-django-extensions] branch upstream updated (9e6fc9d -> e8e55ed)
Brian May
bam at moszumanska.debian.org
Sun Jan 3 04:52:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch upstream
in repository python-django-extensions.
from 9e6fc9d Import python-django-extensions_1.5.9.orig.tar.gz
new e8e55ed Import python-django-extensions_1.6.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:
.gitignore | 1 +
.travis.yml | 9 ++
CHANGELOG.md | 18 ++++
README.rst | 2 +-
django_extensions/__init__.py | 2 +-
django_extensions/admin/__init__.py | 10 +-
django_extensions/admin/widgets.py | 6 --
django_extensions/compat.py | 109 +++++++++++++++++++-
.../management/commands/sample.py.tmpl | 3 +-
django_extensions/db/fields/json.py | 2 +-
django_extensions/management/base.py | 2 +-
.../management/commands/admin_generator.py | 5 +-
.../management/commands/drop_test_database.py | 12 +--
.../management/commands/dumpscript.py | 16 +--
django_extensions/management/commands/reset_db.py | 12 +--
.../management/commands/runserver_plus.py | 38 +++++--
...{show_templatetags.py => show_template_tags.py} | 15 +--
.../management/commands/show_templatetags.py | 112 ++-------------------
.../management/commands/unreferenced_files.py | 7 +-
.../management/commands/validate_templates.py | 5 +-
django_extensions/management/modelviz.py | 22 ++--
.../django_extensions/js/jquery-1.7.2.min.js | 4 -
django_extensions/utils/dia2django.py | 2 +-
django_extensions/utils/validatingtemplatetags.py | 2 +-
docs/AUTHORS | 1 +
docs/command_signals.rst | 4 +-
docs/conf.py | 4 +-
docs/creating_release.txt | 4 +-
docs/index.rst | 2 +-
docs/runserver_plus.rst | 2 +-
setup.cfg | 1 +
tests/test_json_field.py | 1 +
tests/test_management_command.py | 7 +-
tox.ini | 15 ++-
34 files changed, 256 insertions(+), 201 deletions(-)
copy django_extensions/management/commands/{show_templatetags.py => show_template_tags.py} (90%)
delete mode 100644 django_extensions/static/django_extensions/js/jquery-1.7.2.min.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git
More information about the Python-modules-commits
mailing list