[Python-modules-commits] [python-django] branch debian/jessie-backports updated (cea8efc -> f16e45d)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Tue Feb 2 09:07:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch debian/jessie-backports
in repository python-django.
from cea8efc Improve DEP-8 tests
new 9ca8cbc record new upstream branch created by importing python-django_1.8.9.orig.tar.gz
new 005755b Import python-django_1.8.9.orig.tar.gz
new 89b2478 Disable creation of _sources directory by Sphinx
new 26cd67c Use Debian GeoIP database path as default
new 0b90dc6 Fix #25761 -- re-raised exceptions need __cause__.__traceback__
new 6f8935c merge debian/patched-jessie-backports into debian/jessie-backports
new f16e45d New upstream release of Django 1.8.x (LTS version).
The 7 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:
AUTHORS | 2 +
Django.egg-info/PKG-INFO | 2 +-
Django.egg-info/SOURCES.txt | 1 +
PKG-INFO | 2 +-
debian/.git-dpm | 14 +--
debian/changelog | 6 ++
.../patches/02_disable-sources-in-sphinxdoc.diff | 2 +-
.../06_use_debian_geoip_database_as_default.diff | 2 +-
.../fix-25761-add-traceback-attribute.patch | 2 +-
django/__init__.py | 2 +-
django/contrib/admin/helpers.py | 2 +-
django/contrib/admin/sites.py | 8 +-
.../static/admin/js/admin/DateTimeShortcuts.js | 4 +-
django/contrib/admin/static/admin/js/core.js | 5 +-
django/contrib/admin/utils.py | 2 +-
django/contrib/auth/hashers.py | 2 +-
django/contrib/gis/templates/gis/openlayers.html | 5 +-
django/db/backends/postgresql_psycopg2/schema.py | 4 +-
django/db/models/lookups.py | 8 ++
django/db/models/sql/where.py | 16 ++-
django/dispatch/dispatcher.py | 6 +-
django/utils/functional.py | 20 ++++
django/utils/translation/trans_real.py | 3 +
docs/howto/deployment/wsgi/modwsgi.txt | 7 +-
docs/intro/reusable-apps.txt | 1 +
docs/ref/csrf.txt | 2 +-
docs/ref/databases.txt | 2 +-
docs/releases/1.8.9.txt | 39 ++++++++
docs/releases/index.txt | 1 +
docs/topics/i18n/translation.txt | 24 ++---
docs/topics/security.txt | 3 +-
setup.cfg | 2 +-
tests/admin_scripts/tests.py | 1 +
tests/admin_views/admin.py | 23 +++--
tests/admin_views/models.py | 7 +-
tests/admin_views/tests.py | 82 +++++++++++++---
tests/expressions_case/tests.py | 13 ++-
.../templates/forms_tests/article_form.html | 2 +-
tests/gis_tests/distapp/tests.py | 2 +-
tests/gis_tests/geogapp/tests.py | 10 +-
tests/gis_tests/test_geoforms.py | 5 +-
tests/i18n/tests.py | 4 +
tests/migrations/test_writer.py | 2 +
tests/schema/tests.py | 108 +++++++++++++--------
tests/templates/form_view.html | 2 +-
tests/templates/login.html | 2 +-
tests/utils_tests/test_dateformat.py | 3 +
tests/utils_tests/test_lazyobject.py | 85 ++++++++++++++--
48 files changed, 419 insertions(+), 133 deletions(-)
create mode 100644 docs/releases/1.8.9.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git
More information about the Python-modules-commits
mailing list