[Python-modules-commits] [python-django] 02/03: Merge tag 'upstream/1.7.9' into debian/sid
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Jul 8 23:39:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/sid
in repository python-django.
commit 25dac7b687c31aaa61edae05a5c3033264582c7f
Merge: 6ba93dc d16a450
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Thu Jul 9 01:33:07 2015 +0200
Merge tag 'upstream/1.7.9' into debian/sid
Upstream version 1.7.9
Django.egg-info/PKG-INFO | 2 +-
Django.egg-info/SOURCES.txt | 3 +
PKG-INFO | 2 +-
django/__init__.py | 2 +-
django/apps/registry.py | 2 +-
django/contrib/sessions/backends/cache.py | 6 +-
django/contrib/sessions/backends/cached_db.py | 4 +-
django/contrib/sessions/backends/db.py | 5 +-
django/contrib/sessions/backends/file.py | 5 +-
django/contrib/sessions/tests.py | 20 ++++
django/core/validators.py | 27 +++--
django/db/backends/mysql/schema.py | 19 ++++
django/db/backends/postgresql_psycopg2/schema.py | 9 +-
django/db/backends/schema.py | 81 ++++++++-----
django/db/backends/sqlite3/introspection.py | 5 +-
django/db/models/sql/compiler.py | 3 +-
django/test/testcases.py | 14 ++-
docs/howto/deployment/wsgi/apache-auth.txt | 2 +-
docs/internals/deprecation.txt | 2 +-
docs/internals/release-process.txt | 12 +-
docs/intro/tutorial01.txt | 2 +-
docs/intro/tutorial02.txt | 10 +-
docs/ref/contrib/admin/index.txt | 4 +-
docs/ref/contrib/gis/geoquerysets.txt | 4 +-
docs/ref/contrib/syndication.txt | 2 +-
docs/ref/django-admin.txt | 6 +-
docs/ref/models/fields.txt | 9 ++
docs/ref/models/querysets.txt | 24 ++++
docs/ref/request-response.txt | 13 ++-
docs/ref/settings.txt | 5 +-
docs/ref/templates/api.txt | 12 +-
docs/ref/templates/builtins.txt | 22 ++--
docs/releases/1.4.21.txt | 54 +++++++++
docs/releases/1.6.txt | 3 +-
docs/releases/1.7.7.txt | 2 +-
docs/releases/1.7.8.txt | 15 +++
docs/releases/1.7.9.txt | 65 +++++++++++
docs/releases/index.txt | 3 +
docs/topics/auth/customizing.txt | 19 ++--
docs/topics/auth/default.txt | 17 ++-
docs/topics/auth/passwords.txt | 8 ++
docs/topics/cache.txt | 4 +-
docs/topics/class-based-views/intro.txt | 7 +-
docs/topics/db/models.txt | 3 -
docs/topics/db/queries.txt | 39 +++++--
docs/topics/files.txt | 17 +++
docs/topics/forms/formsets.txt | 4 +-
docs/topics/forms/index.txt | 24 ++--
docs/topics/forms/modelforms.txt | 9 +-
docs/topics/http/middleware.txt | 1 +
docs/topics/i18n/timezones.txt | 4 +-
docs/topics/i18n/translation.txt | 139 +++++++++++++++++++++--
docs/topics/install.txt | 2 +-
docs/topics/logging.txt | 105 ++++++++++++-----
docs/topics/testing/tools.txt | 24 ++--
tests/apps/tests.py | 2 +-
tests/migrations/test_operations.py | 13 ++-
tests/queries/models.py | 15 +++
tests/queries/tests.py | 62 +++++++---
tests/schema/models.py | 8 ++
tests/schema/tests.py | 85 ++++++++++++--
tests/test_utils/tests.py | 6 +
tests/validators/tests.py | 15 ++-
63 files changed, 873 insertions(+), 239 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