[Python-modules-commits] [python-django] branch debian/master updated (a070b08 -> 9e15da5)

Raphaël Hertzog hertzog at moszumanska.debian.org
Sun Nov 15 19:20:10 UTC 2015


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

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

      from  a070b08   Update debian/gbp.conf to point to the correct branch
       new  cf329fa   record new upstream branch created by importing python-django_1.8.6.orig.tar.gz
       new  bf9d9d3   Import python-django_1.8.6.orig.tar.gz
       new  836389c   Disable creation of _sources directory by Sphinx
       new  83cc996   Use Debian GeoIP database path as default
       new  f6eee0a   merge debian/patched-master into debian/master
       new  9e15da5   New upstream bugfix release.

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:
 AUTHORS                                            |  1 +
 Django.egg-info/PKG-INFO                           |  2 +-
 Django.egg-info/SOURCES.txt                        |  2 +
 PKG-INFO                                           |  2 +-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  6 ++
 .../patches/02_disable-sources-in-sphinxdoc.diff   |  2 +-
 .../06_use_debian_geoip_database_as_default.diff   |  2 +-
 django/__init__.py                                 |  2 +-
 django/contrib/admin/options.py                    |  4 +-
 django/contrib/admindocs/views.py                  |  3 +-
 .../contrib/gis/db/backends/postgis/operations.py  |  2 +-
 .../contrib/gis/management/commands/ogrinspect.py  |  4 +-
 django/contrib/postgres/forms/array.py             |  2 +-
 django/core/files/storage.py                       |  5 +-
 django/core/management/__init__.py                 | 11 +--
 django/core/validators.py                          |  2 +-
 django/db/backends/sqlite3/creation.py             |  8 ++-
 django/db/migrations/loader.py                     |  6 ++
 django/db/migrations/writer.py                     | 13 ++--
 django/db/models/expressions.py                    | 11 +++
 django/db/models/fields/files.py                   |  5 +-
 django/db/models/fields/related.py                 |  7 +-
 django/db/models/functions.py                      | 19 ++---
 django/db/models/lookups.py                        |  2 +-
 django/db/models/query_utils.py                    |  9 +--
 django/db/utils.py                                 | 13 +++-
 django/dispatch/dispatcher.py                      | 18 +----
 django/forms/models.py                             |  6 +-
 django/http/multipartparser.py                     | 15 ++--
 django/template/base.py                            |  8 ++-
 django/utils/deprecation.py                        |  2 +
 django/utils/inspect.py                            | 81 ++++++++++++++++++++++
 docs/faq/install.txt                               |  4 +-
 docs/howto/custom-management-commands.txt          |  3 +
 docs/intro/tutorial05.txt                          |  4 +-
 .../ref/class-based-views/mixins-single-object.txt | 26 +++++--
 docs/ref/contrib/admin/admindocs.txt               |  2 +-
 docs/ref/contrib/admin/index.txt                   |  2 +-
 docs/ref/contrib/contenttypes.txt                  | 14 ++--
 docs/ref/contrib/gis/geoquerysets.txt              |  6 +-
 docs/ref/contrib/gis/geos.txt                      |  6 +-
 docs/ref/contrib/gis/install/index.txt             | 27 +-------
 docs/ref/contrib/gis/install/spatialite.txt        | 41 ++---------
 docs/ref/contrib/gis/tutorial.txt                  |  4 +-
 docs/ref/forms/validation.txt                      | 28 +++++---
 docs/ref/models/querysets.txt                      | 11 ++-
 docs/ref/request-response.txt                      | 64 +++++++++--------
 docs/ref/settings.txt                              |  3 +-
 docs/ref/templates/api.txt                         |  4 ++
 docs/ref/templates/builtins.txt                    |  8 +++
 docs/ref/templates/language.txt                    |  2 +
 docs/releases/1.4.22.txt                           |  3 +-
 docs/releases/1.7.10.txt                           |  3 +-
 docs/releases/1.7.txt                              | 13 +++-
 docs/releases/1.8.4.txt                            |  3 +-
 docs/releases/1.8.6.txt                            | 53 ++++++++++++++
 docs/releases/1.8.txt                              | 10 ++-
 docs/releases/index.txt                            |  1 +
 docs/topics/auth/default.txt                       |  2 +-
 docs/topics/cache.txt                              |  9 +++
 docs/topics/class-based-views/generic-display.txt  |  5 ++
 docs/topics/db/models.txt                          |  2 +-
 docs/topics/forms/formsets.txt                     | 26 ++++---
 docs/topics/forms/modelforms.txt                   | 20 +++---
 docs/topics/performance.txt                        |  4 +-
 docs/topics/testing/advanced.txt                   |  4 +-
 docs/topics/testing/tools.txt                      | 40 +++++++++--
 setup.cfg                                          |  2 +-
 tests/admin_filters/tests.py                       |  7 ++
 tests/admin_views/admin.py                         | 27 ++++----
 tests/admin_views/models.py                        | 11 +++
 tests/admin_views/tests.py                         |  8 +++
 tests/backends/tests.py                            | 24 +++++++
 tests/db_functions/tests.py                        | 18 ++++-
 tests/defer_regress/tests.py                       | 20 ++++++
 tests/expressions/tests.py                         | 12 ++++
 tests/gis_tests/geoapp/tests.py                    | 16 ++++-
 tests/gis_tests/utils.py                           | 23 +++++-
 tests/invalid_models_tests/test_relative_fields.py | 56 ++++++++-------
 tests/mail/tests.py                                |  3 +
 tests/many_to_many/models.py                       | 17 +++++
 tests/many_to_many/tests.py                        | 27 +++++++-
 tests/model_forms/tests.py                         | 23 ++++++
 tests/model_meta/results.py                        | 20 +++---
 tests/model_meta/tests.py                          |  2 +-
 tests/postgres_tests/test_array.py                 |  5 ++
 tests/runtests.py                                  |  3 +
 tests/schema/tests.py                              | 59 ++++++++--------
 tests/validators/invalid_urls.txt                  |  1 +
 90 files changed, 788 insertions(+), 342 deletions(-)
 create mode 100644 django/utils/inspect.py
 create mode 100644 docs/releases/1.8.6.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