[Python-modules-commits] [python-django] branch upstream/1.8.x updated (9bea6eb -> 4a29843)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Sat May 20 14:02:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch upstream/1.8.x
in repository python-django.
from 9bea6eb Import python-django_1.8.16.orig.tar.gz
new 4a29843 New upstream version 1.8.18
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:
.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 +-
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 | 4 +-
django/utils/http.py | 66 +++++++++++++++++++++-
django/views/static.py | 22 ++------
docs/_ext/djangodocs.py | 3 +
docs/_ext/ticket_role.py | 1 +
docs/conf.py | 3 -
docs/ref/databases.txt | 7 ++-
docs/ref/request-response.txt | 2 +-
docs/releases/1.8.17.txt | 14 +++++
docs/releases/1.8.18.txt | 30 ++++++++++
docs/releases/index.txt | 2 +
docs/releases/security.txt | 26 +++++++++
setup.cfg | 3 +-
tests/backends/tests.py | 4 +-
tests/gis_tests/test_geoip.py | 2 +-
tests/requirements/base.txt | 2 +-
tests/requirements/oracle.txt | 2 +-
tests/utils_tests/test_http.py | 5 +-
29 files changed, 168 insertions(+), 292 deletions(-)
delete mode 100644 .gitattributes
delete mode 100644 .gitignore
delete mode 100644 .hgignore
delete mode 100644 .tx/config
delete mode 100644 CONTRIBUTING.rst
delete mode 100644 django/contrib/admin/bin/compress.py
delete mode 100644 django/contrib/sitemaps/tests/test_flatpages.py
create mode 100644 docs/releases/1.8.17.txt
create mode 100644 docs/releases/1.8.18.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