[Python-modules-commits] [python-django] branch debian/sid updated (6ba93dc -> 4065914)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Jul 8 23:39:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch debian/sid
in repository python-django.
from 6ba93dc New upstream security and bugfix release
new d16a450 Imported Upstream version 1.7.9
new 25dac7b Merge tag 'upstream/1.7.9' into debian/sid
new 4065914 New upstream security release
The 3 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 | 3 +
PKG-INFO | 2 +-
debian/changelog | 11 ++
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 ++-
64 files changed, 884 insertions(+), 239 deletions(-)
create mode 100644 docs/releases/1.4.21.txt
create mode 100644 docs/releases/1.7.8.txt
create mode 100644 docs/releases/1.7.9.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