[Python-modules-commits] [python-django] branch upstream/1.9.x updated (791b18a -> 3ed79ea)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Jun 13 22:16:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch upstream/1.9.x
in repository python-django.
from 791b18a Import python-django_1.9.6.orig.tar.gz
new 3ed79ea Import python-django_1.9.7.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:
AUTHORS | 2 +
Django.egg-info/PKG-INFO | 2 +-
Django.egg-info/SOURCES.txt | 1 +
PKG-INFO | 2 +-
django/__init__.py | 2 +-
django/contrib/admin/sites.py | 1 +
django/contrib/admin/templates/admin/login.html | 2 +-
django/contrib/auth/password_validation.py | 6 +-
django/contrib/gis/templates/gis/openlayers.html | 4 +-
django/contrib/postgres/forms/hstore.py | 12 +++-
django/db/backends/base/base.py | 11 ++-
django/db/backends/base/operations.py | 4 +-
django/db/backends/postgresql/client.py | 18 ++---
django/db/models/expressions.py | 2 +-
django/db/models/fields/related_descriptors.py | 4 +-
django/db/models/fields/related_lookups.py | 11 +--
django/http/utils.py | 2 +-
django/middleware/csrf.py | 2 +-
django/template/defaultfilters.py | 4 +-
django/template/loaders/cached.py | 4 +-
django/utils/cache.py | 2 +-
django/utils/http.py | 6 +-
django/views/defaults.py | 2 +-
docs/conf.py | 3 +
docs/howto/custom-lookups.txt | 6 +-
docs/howto/custom-management-commands.txt | 6 +-
docs/howto/deployment/checklist.txt | 2 +-
docs/howto/error-reporting.txt | 10 +--
docs/howto/outputting-csv.txt | 2 +-
docs/howto/static-files/deployment.txt | 6 +-
docs/internals/contributing/committing-code.txt | 2 +-
docs/internals/contributing/index.txt | 2 +-
.../writing-code/submitting-patches.txt | 2 +-
.../contributing/writing-documentation.txt | 9 ---
docs/intro/contributing.txt | 3 +-
docs/intro/overview.txt | 16 ++---
docs/intro/reusable-apps.txt | 6 +-
docs/intro/tutorial01.txt | 15 ++--
docs/intro/tutorial05.txt | 24 +++----
docs/intro/whatsnext.txt | 2 +-
docs/ref/class-based-views/base.txt | 6 +-
docs/ref/contrib/admin/index.txt | 33 +++++----
docs/ref/contrib/contenttypes.txt | 37 ++++------
docs/ref/contrib/gis/db-api.txt | 4 +-
docs/ref/contrib/gis/layermapping.txt | 2 +-
docs/ref/contrib/gis/tutorial.txt | 11 +--
docs/ref/contrib/index.txt | 8 +--
docs/ref/contrib/messages.txt | 9 +--
docs/ref/contrib/sites.txt | 10 ++-
docs/ref/csrf.txt | 40 +++++------
docs/ref/django-admin.txt | 9 +++
docs/ref/files/file.txt | 11 +++
docs/ref/forms/fields.txt | 23 ++++--
docs/ref/forms/widgets.txt | 10 ++-
docs/ref/models/expressions.txt | 5 +-
docs/ref/models/fields.txt | 50 ++++++++++---
docs/ref/models/instances.txt | 28 ++++----
docs/ref/models/querysets.txt | 30 +++++---
docs/ref/models/relations.txt | 5 +-
docs/ref/request-response.txt | 24 +++----
docs/ref/settings.txt | 27 +++----
docs/ref/templates/builtins.txt | 7 +-
docs/ref/utils.txt | 41 ++++++-----
docs/ref/views.txt | 6 +-
docs/releases/1.0.txt | 2 +-
docs/releases/1.1.txt | 9 ++-
docs/releases/1.2.txt | 18 ++---
docs/releases/1.3.txt | 32 +++------
docs/releases/1.4.txt | 28 ++++----
docs/releases/1.5.txt | 24 +++----
docs/releases/1.6.txt | 24 +++----
docs/releases/1.7.txt | 22 +++---
docs/releases/1.8.txt | 24 +++----
docs/releases/1.9.7.txt | 31 ++++++++
docs/releases/1.9.txt | 20 +++---
docs/releases/index.txt | 1 +
docs/topics/auth/customizing.txt | 11 +--
docs/topics/auth/default.txt | 8 ++-
docs/topics/cache.txt | 84 +++++++++-------------
docs/topics/conditional-view-processing.txt | 12 ++--
docs/topics/db/aggregation.txt | 1 +
docs/topics/db/examples/one_to_one.txt | 1 -
docs/topics/db/models.txt | 28 +++++++-
docs/topics/db/queries.txt | 19 +++--
docs/topics/email.txt | 66 ++++++++++++-----
docs/topics/files.txt | 5 +-
docs/topics/forms/modelforms.txt | 29 +++++---
docs/topics/http/file-uploads.txt | 51 ++++++++++++-
docs/topics/http/sessions.txt | 12 ----
docs/topics/http/shortcuts.txt | 8 +--
docs/topics/http/urls.txt | 2 +-
docs/topics/i18n/timezones.txt | 5 +-
docs/topics/i18n/translation.txt | 13 ++--
docs/topics/logging.txt | 15 ++--
docs/topics/python3.txt | 8 +--
docs/topics/serialization.txt | 6 +-
docs/topics/settings.txt | 4 +-
docs/topics/testing/overview.txt | 2 +-
docs/topics/testing/tools.txt | 16 +++--
tests/admin_views/tests.py | 17 ++++-
tests/auth_tests/test_forms.py | 18 +++++
tests/dbshell/test_postgresql_psycopg2.py | 48 ++++++-------
tests/gis_tests/test_geoip.py | 2 +-
tests/i18n/test_extraction.py | 4 +-
tests/one_to_one/models.py | 6 +-
tests/one_to_one/tests.py | 10 ++-
tests/postgres_tests/test_hstore.py | 7 ++
tests/schema/tests.py | 2 +-
tests/template_tests/test_loaders.py | 10 +++
tests/transaction_hooks/tests.py | 14 ++++
110 files changed, 845 insertions(+), 592 deletions(-)
create mode 100644 docs/releases/1.9.7.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