[Python-modules-commits] [python-django] branch debian/jessie-backports updated (a3fdc77 -> 80492d2)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Apr 4 13:38:19 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 a3fdc77 Change version to 1.8.11-1~bpo8+1
new 402cfbf record new upstream branch created by importing python-django_1.8.12.orig.tar.gz
new 407566d Import python-django_1.8.12.orig.tar.gz
new 9972b7c Disable creation of _sources directory by Sphinx
new 7753376 Use Debian GeoIP database path as default
new f4e8ccd Fix #25761 -- re-raised exceptions need __cause__.__traceback__
new 0d665e4 change version to 1.8.12-1~bpo8+1 (UNRELEASED) New upstream bugfix release
new 80492d2 Prepare for release
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:
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/options.py | 4 +--
.../static/admin/js/admin/RelatedObjectLookups.js | 9 ++++++
.../contrib/admin/templates/admin/change_form.html | 4 ---
.../contrib/gis/db/backends/postgis/operations.py | 2 +-
.../gis/db/backends/spatialite/operations.py | 2 +-
django/contrib/sitemaps/__init__.py | 2 +-
django/db/migrations/autodetector.py | 2 +-
django/db/models/fields/__init__.py | 3 +-
django/db/models/query.py | 4 +--
django/db/models/sql/query.py | 2 +-
django/http/multipartparser.py | 5 ++--
.../contributing/writing-documentation.txt | 6 ++--
docs/ref/class-based-views/generic-editing.txt | 2 +-
docs/ref/views.txt | 2 +-
docs/releases/1.8.12.txt | 20 +++++++++++++
docs/releases/index.txt | 1 +
docs/topics/auth/default.txt | 2 +-
docs/topics/db/aggregation.txt | 2 +-
docs/topics/db/optimization.txt | 2 +-
docs/topics/templates.txt | 2 +-
docs/topics/testing/advanced.txt | 2 +-
setup.cfg | 2 +-
tests/admin_views/admin.py | 29 +++++++++++-------
tests/admin_views/models.py | 13 ++++++++
tests/admin_views/tests.py | 29 ++++++++++++++----
tests/aggregation/tests.py | 2 +-
tests/aggregation_regress/tests.py | 2 +-
tests/annotations/tests.py | 2 +-
tests/cache/tests.py | 2 +-
tests/delete/tests.py | 4 +--
tests/expressions/tests.py | 2 +-
tests/expressions_case/tests.py | 2 +-
tests/file_uploads/tests.py | 35 ++++++++++++++++++++++
tests/generic_relations_regress/tests.py | 2 +-
tests/gis_tests/test_measure.py | 2 +-
tests/model_fields/test_durationfield.py | 6 ++++
tests/model_inheritance/tests.py | 6 ++--
tests/queries/tests.py | 6 ++--
tests/select_related_regress/tests.py | 2 +-
tests/signing/tests.py | 2 +-
tests/update/tests.py | 2 +-
50 files changed, 188 insertions(+), 77 deletions(-)
create mode 100644 docs/releases/1.8.12.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