[Python-modules-commits] [python-django] branch debian/jessie-backports updated (b3a2124 -> 877d0f8)

Raphaël Hertzog hertzog at moszumanska.debian.org
Sat May 20 14:02:53 UTC 2017


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  b3a2124   New changelog entry
       new  52492bd   Unapply patches and disable git-dpm
       new  3bf3b44   Fix git-buildpackage metadata
       new  4a29843   New upstream version 1.8.18
       new  c22dd61   Merge tag 'upstream/1.8.18' into debian/jessie-backports
       new  aaccda7   New upstream release
       new  877d0f8   Sphinx >= 1.3 is now required, bump version in Build-Depends.

The 6 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                                 | 11 ----
 debian/changelog                                | 10 ++++
 debian/control                                  |  2 +-
 debian/gbp.conf                                 |  2 +-
 django/__init__.py                              |  2 +-
 django/contrib/admin/bin/compress.py            | 53 ------------------
 django/contrib/gis/geoip/base.py                | 19 +++----
 django/contrib/sitemaps/tests/test_flatpages.py | 62 ---------------------
 django/db/backends/oracle/creation.py           |  4 +-
 django/db/migrations/loader.py                  |  2 -
 django/db/utils.py                              |  2 -
 django/utils/http.py                            | 66 +++++++++++++++++++++-
 django/utils/timezone.py                        |  2 -
 django/views/static.py                          | 22 ++------
 docs/_ext/djangodocs.py                         |  3 +
 docs/_ext/ticket_role.py                        |  1 +
 docs/conf.py                                    |  8 +--
 docs/ref/databases.txt                          |  7 ++-
 docs/ref/exceptions.txt                         |  4 +-
 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 +-
 38 files changed, 191 insertions(+), 328 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 debian/.git-dpm
 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