[Python-modules-commits] [python-django] branch debian/experimental updated (561dfdb -> 9f89490)

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


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

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

      from  561dfdb   Install bash completion file into /usr/share/bash-completion/completions/
       new  020728f   Imported Upstream version 1.8.2
       new  e7b81c5   Merge tag 'upstream/1.8.2' into debian/experimental
       new  e7a635e   New upstream security release: https://www.djangoproject.com/weblog/2015/may/20/security-release/
       new  9f89490   Fix path of completion file in chmod call

The 4 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                       |  1 +
 PKG-INFO                                          |  2 +-
 debian/changelog                                  |  6 +-
 debian/rules                                      |  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 +-
 67 files changed, 637 insertions(+), 227 deletions(-)
 create mode 100644 docs/releases/1.8.2.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