[Python-modules-commits] [python-django] branch debian/jessie updated (4eee5af -> 5446035)

Raphaël Hertzog hertzog at moszumanska.debian.org
Sun Sep 25 12:19:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

hertzog pushed a change to branch debian/jessie
in repository python-django.

      from  4eee5af   Import python-django 1.7.7-1+deb8u5
      adds  40d3f02   record new upstream branch created by importing python-django_1.7.11.orig.tar.gz
      adds  d16a450   Imported Upstream version 1.7.9
      adds  e2f348a   Import python-django_1.7.10.orig.tar.gz
      adds  2d07f4b   Import python-django_1.7.11.orig.tar.gz
      adds  09dc3a8   Disable creation of _sources directory by Sphinx
      adds  fc3577d   Update manual page to refer to django-admin instead of django-admin.py
      adds  e4cd95f   Use Debian GeoIP database path as default
      adds  f035194   change version to 1.7.11-1
      adds  fbf92fb   Add links to release notes
      adds  a6c7a94   Merge branch 'debian/jessie' into debian/jessie-updates
      adds  c994e4a   Disable creation of _sources directory by Sphinx
      adds  7c0f2ff   Update manual page to refer to django-admin instead of django-admin.py
      adds  e06be82   Use Debian GeoIP database path as default
      adds  ce819b2   CVE-2016-2512: Prevented spoofing is_safe_url() with basic auth
      adds  41e37f8   is_safe_url() crashes with a byestring URL on Python 2
      adds  22de96c   CVE-2016-2513: Fixed user enumeration timing attack during login
      adds  39cf1a3   CVE-2016-6186: Fixed XSS in admin's add/change related popup.
      adds  def4d87   merge debian/patched-jessie-updates into debian/jessie-updates
      adds  7235b53   Prepare for release
       new  cc3c00e   Add DEP-8 test suite.
      adds  e61715a   Add debian/tests/; included in 1.7.11-1, but not in git
      adds  d303845   Add missing changelog line
       new  5446035   Merge remote-tracking branch 'origin/debian/jessie-updates' into debian/jessie

The 2 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                        |   6 +
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  26 +++
 ...creation-of-_sources-directory-by-Sphinx.patch} |  14 +-
 ...l-page-to-refer-to-django-admin-instead-.patch} |  13 +-
 ...se-Debian-GeoIP-database-path-as-default.patch} |  19 +-
 ...2-Prevented-spoofing-is_safe_url-with-ba.patch} |  14 +-
 ...crashes-with-a-byestring-URL-on-Python-2.patch} |  15 +-
 ...3-Fixed-user-enumeration-timing-attack-d.patch} | 224 ++++++++++---------
 ...6-Fixed-XSS-in-admin-s-add-change-relate.patch} |  31 ++-
 debian/patches/date-leak-1.7.diff                  |  56 -----
 debian/patches/newlines-1.7.x.diff                 | 149 -------------
 debian/patches/series                              |  18 +-
 debian/patches/session-1.7.x.diff                  | 155 -------------
 debian/patches/session-store-1.7.x.diff            | 246 ---------------------
 debian/tests/control                               |   9 +
 debian/tests/django-admin                          |  42 ++++
 debian/tests/test-suite                            |  11 +
 django/__init__.py                                 |   2 +-
 django/apps/registry.py                            |   2 +-
 django/contrib/gis/geoip/tests.py                  |  20 +-
 django/db/backends/mysql/schema.py                 |  19 ++
 django/db/backends/postgresql_psycopg2/schema.py   |   9 +-
 django/db/backends/schema.py                       |  81 ++++---
 django/db/backends/sqlite3/introspection.py        |   5 +-
 django/db/models/query.py                          |  25 ++-
 django/db/models/sql/compiler.py                   |   3 +-
 django/test/testcases.py                           |  14 +-
 docs/_ext/djangodocs.py                            |  30 ++-
 docs/conf.py                                       |   8 +-
 docs/faq/install.txt                               |   3 +-
 docs/howto/deployment/wsgi/apache-auth.txt         |   2 +-
 docs/howto/outputting-pdf.txt                      |   2 +-
 docs/internals/deprecation.txt                     |  11 +-
 docs/internals/release-process.txt                 |  12 +-
 docs/intro/tutorial01.txt                          |   2 +-
 docs/intro/tutorial02.txt                          |  10 +-
 docs/ref/contrib/admin/index.txt                   |   6 +-
 docs/ref/contrib/flatpages.txt                     |   2 +-
 docs/ref/contrib/gis/geoquerysets.txt              |   9 +-
 docs/ref/contrib/syndication.txt                   |   2 +-
 docs/ref/databases.txt                             |   2 +-
 docs/ref/django-admin.txt                          |   6 +-
 docs/ref/middleware.txt                            |   2 +-
 docs/ref/models/fields.txt                         |   9 +
 docs/ref/models/querysets.txt                      |  24 ++
 docs/ref/request-response.txt                      |  21 +-
 docs/ref/settings.txt                              |   5 +-
 docs/ref/templates/api.txt                         |  12 +-
 docs/ref/templates/builtins.txt                    |  22 +-
 docs/releases/1.4.21.txt                           |  54 +++++
 docs/releases/1.4.22.txt                           |  29 +++
 docs/releases/1.6.txt                              |   3 +-
 docs/releases/1.7.10.txt                           |  25 +++
 docs/releases/1.7.11.txt                           |  26 +++
 docs/releases/1.7.7.txt                            |   2 +-
 docs/releases/1.7.8.txt                            |  15 ++
 docs/releases/1.7.9.txt                            |  65 ++++++
 docs/releases/1.7.txt                              |   5 +
 docs/releases/index.txt                            |   6 +
 docs/topics/auth/customizing.txt                   |  19 +-
 docs/topics/auth/default.txt                       |  21 +-
 docs/topics/auth/passwords.txt                     |   8 +
 docs/topics/cache.txt                              |   4 +-
 docs/topics/class-based-views/intro.txt            |   7 +-
 docs/topics/db/models.txt                          |   3 -
 docs/topics/db/queries.txt                         |  39 +++-
 docs/topics/files.txt                              |  17 ++
 docs/topics/forms/formsets.txt                     |   4 +-
 docs/topics/forms/index.txt                        |  24 +-
 docs/topics/forms/modelforms.txt                   |   9 +-
 docs/topics/http/middleware.txt                    |   1 +
 docs/topics/i18n/timezones.txt                     |   4 +-
 docs/topics/i18n/translation.txt                   | 139 +++++++++++-
 docs/topics/install.txt                            |   2 +-
 docs/topics/logging.txt                            | 105 ++++++---
 docs/topics/testing/tools.txt                      |  39 ++--
 setup.cfg                                          |   2 +-
 tests/apps/tests.py                                |   2 +-
 tests/migrations/test_autodetector.py              |  12 +-
 tests/migrations/test_operations.py                |  13 +-
 tests/prefetch_related/tests.py                    |  22 ++
 tests/queries/models.py                            |  15 ++
 tests/queries/tests.py                             |  62 ++++--
 tests/requirements/mysql.txt                       |   3 +-
 tests/requirements/py2.txt                         |   3 +-
 tests/schema/models.py                             |   8 +
 tests/schema/tests.py                              |  85 ++++++-
 tests/test_utils/tests.py                          |   6 +
 91 files changed, 1319 insertions(+), 1037 deletions(-)
 rename debian/patches/{02_disable-sources-in-sphinxdoc.diff => 0001-Disable-creation-of-_sources-directory-by-Sphinx.patch} (56%)
 rename debian/patches/{03_manpage.diff => 0002-Update-manual-page-to-refer-to-django-admin-instead-.patch} (59%)
 rename debian/patches/{06_use_debian_geoip_database_as_default.diff => 0003-Use-Debian-GeoIP-database-path-as-default.patch} (86%)
 rename debian/patches/{CVE-2016-2512.diff => 0004-CVE-2016-2512-Prevented-spoofing-is_safe_url-with-ba.patch} (85%)
 rename debian/patches/{CVE-2016-2512-regression.diff => 0005-is_safe_url-crashes-with-a-byestring-URL-on-Python-2.patch} (79%)
 rename debian/patches/{CVE-2016-2513.diff => 0006-CVE-2016-2513-Fixed-user-enumeration-timing-attack-d.patch} (89%)
 rename debian/patches/{CVE-2016-6186.diff => 0007-CVE-2016-6186-Fixed-XSS-in-admin-s-add-change-relate.patch} (67%)
 delete mode 100644 debian/patches/date-leak-1.7.diff
 delete mode 100644 debian/patches/newlines-1.7.x.diff
 delete mode 100644 debian/patches/session-1.7.x.diff
 delete mode 100644 debian/patches/session-store-1.7.x.diff
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/django-admin
 create mode 100755 debian/tests/test-suite
 create mode 100644 docs/releases/1.4.21.txt
 create mode 100644 docs/releases/1.4.22.txt
 create mode 100644 docs/releases/1.7.10.txt
 create mode 100644 docs/releases/1.7.11.txt
 create mode 100644 docs/releases/1.7.8.txt
 create mode 100644 docs/releases/1.7.9.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