[Python-modules-commits] [python-django] 02/04: Merge tag 'upstream/1.8.2' into debian/experimental

Raphaël Hertzog hertzog at moszumanska.debian.org
Thu May 21 15:11:11 UTC 2015


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

hertzog pushed a commit to branch debian/experimental
in repository python-django.

commit e7b81c50c936fa75e5b989e6b64da8bd8ab12d2c
Merge: 561dfdb 020728f
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Thu May 21 15:59:24 2015 +0200

    Merge tag 'upstream/1.8.2' into debian/experimental
    
    Upstream version 1.8.2

 Django.egg-info/PKG-INFO                          |  2 +-
 Django.egg-info/SOURCES.txt                       |  1 +
 PKG-INFO                                          |  2 +-
 django/__init__.py                                |  2 +-
 django/contrib/admin/static/admin/css/forms.css   |  1 +
 django/contrib/admin/static/admin/css/widgets.css |  1 +
 django/contrib/gis/admin/__init__.py              | 19 ++---
 django/contrib/gis/admin/options.py               | 26 ++++---
 django/contrib/gis/geos/__init__.py               |  3 +-
 django/contrib/gis/utils/layermapping.py          |  2 +-
 django/contrib/postgres/fields/hstore.py          |  2 +-
 django/contrib/sessions/backends/cached_db.py     |  2 +-
 django/contrib/sessions/middleware.py             |  3 +-
 django/db/backends/base/creation.py               |  2 +-
 django/db/backends/base/schema.py                 | 31 ++++----
 django/db/backends/mysql/schema.py                | 18 +++++
 django/db/backends/postgresql_psycopg2/base.py    | 26 +++++++
 django/db/backends/sqlite3/schema.py              |  5 +-
 django/db/models/expressions.py                   |  5 ++
 django/db/models/fields/related.py                |  3 +
 django/db/models/options.py                       |  6 +-
 django/db/models/query_utils.py                   |  7 +-
 django/db/models/sql/compiler.py                  |  7 +-
 django/db/models/sql/query.py                     | 12 ++--
 django/template/utils.py                          |  4 +-
 docs/howto/writing-migrations.txt                 | 85 ++++++++++++++--------
 docs/intro/tutorial01.txt                         | 18 ++---
 docs/ref/contrib/admin/index.txt                  |  2 +-
 docs/ref/contrib/gis/geoquerysets.txt             |  4 +-
 docs/ref/contrib/sitemaps.txt                     |  9 +++
 docs/ref/exceptions.txt                           | 20 ++----
 docs/ref/migration-operations.txt                 | 20 ++++--
 docs/ref/models/expressions.txt                   |  2 +-
 docs/ref/models/instances.txt                     | 19 ++++-
 docs/ref/models/querysets.txt                     | 12 ++--
 docs/ref/request-response.txt                     |  8 +--
 docs/ref/settings.txt                             |  2 +-
 docs/releases/1.5.txt                             |  2 +-
 docs/releases/1.6.txt                             |  2 +-
 docs/releases/1.8.1.txt                           |  3 +-
 docs/releases/1.8.2.txt                           | 62 ++++++++++++++++
 docs/releases/1.8.txt                             |  6 +-
 docs/releases/index.txt                           |  1 +
 docs/topics/auth/customizing.txt                  | 11 +--
 docs/topics/forms/index.txt                       | 24 +++----
 docs/topics/http/sessions.txt                     |  2 +-
 docs/topics/http/shortcuts.txt                    |  2 +-
 docs/topics/http/urls.txt                         | 30 ++++----
 docs/topics/i18n/translation.txt                  |  2 +-
 docs/topics/testing/tools.txt                     | 24 ++++---
 tests/aggregation_regress/models.py               |  5 ++
 tests/aggregation_regress/tests.py                | 35 +++------
 tests/backends/tests.py                           | 26 +++++++
 tests/expressions_case/tests.py                   | 86 +++++++++++++++++++++++
 tests/file_storage/tests.py                       |  8 ++-
 tests/gis_tests/geoadmin/models.py                |  4 +-
 tests/migrations/test_state.py                    |  9 +++
 tests/model_fields/models.py                      |  8 +++
 tests/model_fields/test_uuid.py                   |  7 +-
 tests/postgres_tests/test_hstore.py               | 11 +++
 tests/schema/tests.py                             | 49 ++++++++++++-
 tests/sessions_tests/tests.py                     | 30 ++++++++
 tests/template_backends/test_dummy.py             |  1 +
 tests/template_backends/test_utils.py             |  9 +++
 tests/template_tests/tests.py                     |  4 +-
 65 files changed, 632 insertions(+), 224 deletions(-)

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