[Python-modules-commits] [python-django] branch debian/jessie-backports updated (a342b02 -> b3a2124)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Tue Nov 8 13:18:53 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 a342b02 Add changelog entry
new 711ddd8 record new upstream branch created by importing python-django_1.8.16.orig.tar.gz
new 9bea6eb Import python-django_1.8.16.orig.tar.gz
new ada6d0e Disable creation of _sources directory by Sphinx
new 8609353 Use Debian GeoIP database path as default
new cb21fad Fix #25761 -- re-raised exceptions need __cause__.__traceback__
new decd3c8 merge debian/patched-jessie-backports into debian/jessie-backports
new b3a2124 New changelog entry
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:
.gitattributes | 5 +
.gitignore | 13 +
.hgignore | 15 +
.tx/config | 73 +++
CONTRIBUTING.rst | 26 +
Django.egg-info/PKG-INFO | 2 +-
Django.egg-info/SOURCES.txt | 9 +
PKG-INFO | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 9 +
.../patches/02_disable-sources-in-sphinxdoc.diff | 6 +-
.../06_use_debian_geoip_database_as_default.diff | 2 +-
.../fix-25761-add-traceback-attribute.patch | 2 +-
django/__init__.py | 2 +-
django/contrib/admin/bin/compress.py | 53 ++
django/contrib/sitemaps/tests/test_flatpages.py | 62 +++
django/db/backends/oracle/creation.py | 16 +-
django/http/request.py | 9 +-
docs/_ext/cve_role.py | 27 +
docs/conf.py | 4 +-
docs/ref/contrib/sitemaps.txt | 5 +-
docs/ref/models/querysets.txt | 12 +-
docs/ref/settings.txt | 16 +-
docs/releases/1.8.16.txt | 43 ++
docs/releases/1.8.txt | 2 +-
docs/releases/index.txt | 1 +
docs/releases/security.txt | 556 +++++++++++----------
tests/gis_tests/test_geoip.py | 10 +-
tests/requests/tests.py | 29 +-
29 files changed, 712 insertions(+), 313 deletions(-)
create mode 100644 .gitattributes
create mode 100644 .gitignore
create mode 100644 .hgignore
create mode 100644 .tx/config
create mode 100644 CONTRIBUTING.rst
create mode 100644 django/contrib/admin/bin/compress.py
create mode 100644 django/contrib/sitemaps/tests/test_flatpages.py
create mode 100644 docs/_ext/cve_role.py
create mode 100644 docs/releases/1.8.16.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