[Python-modules-commits] [python-django] branch upstream/1.8.x updated (e689c9e -> bda91e2)

Raphaël Hertzog hertzog at moszumanska.debian.org
Thu Jul 21 08:48:53 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  e689c9e   Imported Upstream version 1.8.13
       new  bda91e2   Import python-django_1.8.14.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:
 Django.egg-info/PKG-INFO                           |  2 +-
 Django.egg-info/SOURCES.txt                        |  2 +-
 PKG-INFO                                           |  2 +-
 django/__init__.py                                 |  2 +-
 .../static/admin/js/admin/RelatedObjectLookups.js  |  2 +-
 django/contrib/gis/db/backends/base/models.py      |  8 ++---
 django/contrib/gis/db/models/sql/aggregates.py     | 10 ------
 django/contrib/gis/templates/gis/openlayers.html   |  4 +--
 django/db/backends/postgresql_psycopg2/schema.py   |  6 ++++
 django/template/defaulttags.py                     |  8 ++---
 django/views/debug.py                              |  4 +--
 docs/conf.py                                       |  3 ++
 docs/howto/custom-lookups.txt                      |  2 +-
 docs/ref/contrib/gis/admin.txt                     |  2 +-
 docs/ref/models/meta.txt                           |  6 ++--
 docs/ref/models/querysets.txt                      |  2 +-
 docs/ref/request-response.txt                      |  2 +-
 docs/releases/1.0.txt                              |  2 +-
 docs/releases/1.1.txt                              |  9 +++--
 docs/releases/1.2.txt                              | 20 ++++++------
 docs/releases/1.3.txt                              | 28 +++++-----------
 docs/releases/1.4.txt                              | 24 +++++++-------
 docs/releases/1.5.txt                              | 24 +++++++-------
 docs/releases/1.6.txt                              | 19 ++++++-----
 docs/releases/1.7.txt                              | 22 ++++++-------
 docs/releases/1.8.14.txt                           | 25 ++++++++++++++
 docs/releases/1.8.txt                              | 22 ++++++-------
 docs/releases/index.txt                            |  1 +
 docs/topics/class-based-views/generic-display.txt  |  2 +-
 docs/topics/db/aggregation.txt                     |  1 +
 docs/topics/forms/modelforms.txt                   |  2 +-
 docs/topics/http/file-uploads.txt                  |  6 ++--
 docs/topics/http/middleware.txt                    |  2 +-
 docs/topics/http/sessions.txt                      |  9 -----
 tests/admin_views/admin.py                         |  3 +-
 tests/admin_views/models.py                        |  4 +++
 tests/admin_views/tests.py                         | 38 ++++++++++++++++++++++
 tests/gis_tests/test_geoip.py                      |  2 +-
 tests/i18n/test_extraction.py                      |  2 +-
 tests/schema/tests.py                              | 27 +++++++++++++++
 tests/servers/tests.py                             | 14 +++-----
 tests/template_tests/syntax_tests/test_numpy.py    | 14 ++++----
 42 files changed, 232 insertions(+), 157 deletions(-)
 delete mode 100644 django/contrib/gis/db/models/sql/aggregates.py
 create mode 100644 docs/releases/1.8.14.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