[Python-modules-commits] [python-django] branch debian/jessie-backports updated (42716dc -> 3012918)

Raphaël Hertzog hertzog at moszumanska.debian.org
Thu Jul 21 08:48:52 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  42716dc   New upstream bugfix release.
       new  168320d   record new upstream branch created by importing python-django_1.8.14.orig.tar.gz
       new  bda91e2   Import python-django_1.8.14.orig.tar.gz
       new  f7841a5   Disable creation of _sources directory by Sphinx
       new  5efa341   Use Debian GeoIP database path as default
       new  e608615   Fix #25761 -- re-raised exceptions need __cause__.__traceback__
       new  e64dbba   merge debian/patched-jessie-backports into debian/jessie-backports
       new  55dbba8   New upstream security release
       new  f014680   Fixed #26923 -- Fixed tests with older releases of numpy
       new  3012918   merge debian/patched-jessie-backports into debian/jessie-backports

The 9 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                        |  2 +-
 PKG-INFO                                           |  2 +-
 debian/.git-dpm                                    | 14 ++++----
 debian/changelog                                   |  6 ++++
 ...-Fixed-tests-with-older-releases-of-numpy.patch | 36 ++++++++++++++++++++
 .../patches/02_disable-sources-in-sphinxdoc.diff   |  6 ++--
 .../06_use_debian_geoip_database_as_default.diff   |  2 +-
 .../fix-25761-add-traceback-attribute.patch        |  2 +-
 debian/patches/series                              |  1 +
 django/__init__.py                                 |  2 +-
 .../static/admin/js/admin/RelatedObjectLookups.js  |  2 +-
 django/contrib/gis/db/backends/base/models.py      |  8 ++---
 django/contrib/gis/db/models/sql/aggregates.py     | 10 ------
 django/contrib/gis/templates/gis/openlayers.html   |  4 +--
 django/db/backends/postgresql_psycopg2/schema.py   |  6 ++++
 django/template/defaulttags.py                     |  8 ++---
 django/views/debug.py                              |  4 +--
 docs/conf.py                                       |  3 ++
 docs/howto/custom-lookups.txt                      |  2 +-
 docs/ref/contrib/gis/admin.txt                     |  2 +-
 docs/ref/models/meta.txt                           |  6 ++--
 docs/ref/models/querysets.txt                      |  2 +-
 docs/ref/request-response.txt                      |  2 +-
 docs/releases/1.0.txt                              |  2 +-
 docs/releases/1.1.txt                              |  9 +++--
 docs/releases/1.2.txt                              | 20 ++++++------
 docs/releases/1.3.txt                              | 28 +++++-----------
 docs/releases/1.4.txt                              | 24 +++++++-------
 docs/releases/1.5.txt                              | 24 +++++++-------
 docs/releases/1.6.txt                              | 19 ++++++-----
 docs/releases/1.7.txt                              | 22 ++++++-------
 docs/releases/1.8.14.txt                           | 25 ++++++++++++++
 docs/releases/1.8.txt                              | 22 ++++++-------
 docs/releases/index.txt                            |  1 +
 docs/topics/class-based-views/generic-display.txt  |  2 +-
 docs/topics/db/aggregation.txt                     |  1 +
 docs/topics/forms/modelforms.txt                   |  2 +-
 docs/topics/http/file-uploads.txt                  |  6 ++--
 docs/topics/http/middleware.txt                    |  2 +-
 docs/topics/http/sessions.txt                      |  9 -----
 tests/admin_views/admin.py                         |  3 +-
 tests/admin_views/models.py                        |  4 +++
 tests/admin_views/tests.py                         | 38 ++++++++++++++++++++++
 tests/gis_tests/test_geoip.py                      |  2 +-
 tests/i18n/test_extraction.py                      |  2 +-
 tests/schema/tests.py                              | 27 +++++++++++++++
 tests/servers/tests.py                             | 14 +++-----
 tests/template_tests/syntax_tests/test_numpy.py    | 16 +++++----
 49 files changed, 289 insertions(+), 169 deletions(-)
 create mode 100644 debian/patches/0004-Fixed-26923-Fixed-tests-with-older-releases-of-numpy.patch
 delete mode 100644 django/contrib/gis/db/models/sql/aggregates.py
 create mode 100644 docs/releases/1.8.14.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