[Python-modules-commits] [python-django] branch upstream/1.8.x updated (ef4afda -> 9bea6eb)

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Nov 8 13:19:00 UTC 2016


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  ef4afda   Import python-django_1.8.15.orig.tar.gz
       new  9bea6eb   Import python-django_1.8.16.orig.tar.gz

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           |  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 +-
 24 files changed, 691 insertions(+), 301 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