[Python-modules-commits] [python-django] branch debian/jessie-backports updated (f16e45d -> a3fdc77)

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Mar 8 17:27:48 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  f16e45d   New upstream release of Django 1.8.x (LTS version).
       new  556aaec   record new upstream branch created by importing python-django_1.8.11.orig.tar.gz
       new  8fea21d   Import python-django_1.8.11.orig.tar.gz
       new  4241fae   Disable creation of _sources directory by Sphinx
       new  fa79054   Use Debian GeoIP database path as default
       new  95072b1   Fix #25761 -- re-raised exceptions need __cause__.__traceback__
       new  a3fdc77   Change version to 1.8.11-1~bpo8+1

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:
 Django.egg-info/PKG-INFO                           |   2 +-
 Django.egg-info/SOURCES.txt                        |   3 +
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   7 ++
 .../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/actions.py                    |   2 +-
 django/contrib/auth/context_processors.py          |   2 +-
 django/contrib/auth/hashers.py                     |  77 ++++++++++----
 django/contrib/contenttypes/models.py              |  20 ++--
 django/contrib/gis/db/backends/postgis/models.py   |   2 +-
 django/contrib/gis/db/models/query.py              |   2 +-
 django/contrib/gis/gdal/geomtype.py                |   2 +-
 django/contrib/gis/sitemaps/kml.py                 |   2 +-
 django/contrib/postgres/fields/array.py            |   7 +-
 django/contrib/postgres/fields/ranges.py           |   8 +-
 django/core/validators.py                          |   9 +-
 django/db/backends/postgresql_psycopg2/base.py     |   2 +-
 django/db/models/expressions.py                    |   2 +-
 django/db/models/fields/related.py                 |  19 ++--
 django/db/models/query_utils.py                    |   2 +-
 django/forms/forms.py                              |   2 +-
 django/template/defaultfilters.py                  |   2 +-
 django/template/defaulttags.py                     |   2 +-
 django/test/signals.py                             |   2 +-
 django/utils/http.py                               |  13 ++-
 django/utils/translation/__init__.py               |   7 ++
 docs/_theme/djangodocs/static/djangodocs.css       |   2 +-
 docs/conf.py                                       |  11 +-
 docs/howto/custom-model-fields.txt                 |   3 +-
 docs/howto/outputting-pdf.txt                      |   2 +-
 docs/internals/deprecation.txt                     |   3 +
 docs/intro/reusable-apps.txt                       |   4 +-
 docs/ref/contrib/gis/feeds.txt                     |   4 +-
 docs/ref/contrib/gis/testing.txt                   |   4 +-
 docs/ref/contrib/gis/tutorial.txt                  |   8 +-
 docs/ref/contrib/syndication.txt                   |   2 +-
 docs/ref/models/expressions.txt                    |   6 +-
 docs/ref/settings.txt                              |  27 ++---
 docs/ref/validators.txt                            |   6 +-
 docs/releases/1.6.txt                              |   4 +-
 docs/releases/1.8.10.txt                           |  80 +++++++++++++++
 docs/releases/1.8.11.txt                           |   8 ++
 docs/releases/1.8.txt                              |   7 +-
 docs/releases/index.txt                            |   2 +
 docs/releases/security.txt                         |  38 +++++++
 docs/spelling_wordlist                             |   2 +
 docs/topics/auth/customizing.txt                   |  61 +----------
 docs/topics/auth/default.txt                       |   2 +-
 docs/topics/auth/passwords.txt                     | 113 +++++++++++++++++++++
 docs/topics/db/multi-db.txt                        |   4 +-
 docs/topics/email.txt                              |   2 +
 docs/topics/testing/tools.txt                      |   1 -
 setup.cfg                                          |   2 +-
 tests/admin_changelist/tests.py                    |   2 +-
 tests/aggregation_regress/tests.py                 |   4 +-
 tests/auth_tests/test_forms.py                     |   2 +-
 tests/auth_tests/test_hashers.py                   |  58 ++++++++++-
 tests/auth_tests/test_views.py                     |  10 +-
 tests/backends/tests.py                            |   5 +
 tests/check_framework/test_security.py             |   6 +-
 tests/contenttypes_tests/test_models.py            |  14 ++-
 tests/expressions_case/tests.py                    |   2 +-
 tests/forms_tests/tests/test_fields.py             |   3 +
 tests/forms_tests/tests/test_forms.py              |  16 ++-
 tests/forms_tests/tests/tests.py                   |   2 +-
 tests/httpwrappers/tests.py                        |   2 +-
 tests/i18n/commands/__init__.py                    |   2 +-
 tests/i18n/tests.py                                |   8 ++
 tests/invalid_models_tests/test_models.py          |   2 +-
 tests/invalid_models_tests/test_relative_fields.py |  36 +++++--
 tests/m2m_through/tests.py                         |   8 +-
 tests/middleware/tests.py                          |   4 +-
 tests/migrations/test_writer.py                    |   8 +-
 tests/model_fields/models.py                       |   8 +-
 tests/model_options/test_default_related_name.py   |   2 +-
 tests/modeladmin/tests.py                          |   2 +-
 tests/null_fk_ordering/models.py                   |   4 +-
 tests/postgres_tests/test_array.py                 |   8 +-
 tests/postgres_tests/test_hstore.py                |   9 +-
 tests/postgres_tests/test_ranges.py                |  11 ++
 tests/proxy_models/tests.py                        |   2 +-
 tests/queries/models.py                            |   2 +-
 tests/queries/tests.py                             |   6 +-
 tests/queryset_pickle/tests.py                     |   2 +-
 tests/requests/tests.py                            |  14 +--
 tests/serializers_regress/tests.py                 |   2 +-
 tests/signals/tests.py                             |   2 +-
 tests/staticfiles_tests/test_liveserver.py         |   2 +-
 tests/template_tests/test_response.py              |   4 +-
 tests/template_tests/test_response_deprecations.py |  42 ++++++++
 tests/test_runner/test_discover_runner.py          |   6 +-
 tests/timezones/tests.py                           |   2 +-
 tests/unmanaged_models/models.py                   |   2 +-
 tests/utils_tests/files/strip_tags2.txt            |   2 +-
 tests/utils_tests/test_http.py                     |  28 ++++-
 tests/validators/invalid_urls.txt                  |   4 +-
 tests/validators/valid_urls.txt                    |   4 +
 101 files changed, 750 insertions(+), 248 deletions(-)
 create mode 100644 docs/releases/1.8.10.txt
 create mode 100644 docs/releases/1.8.11.txt
 create mode 100644 tests/template_tests/test_response_deprecations.py

-- 
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