[Python-modules-commits] [python-django] branch debian/experimental updated (3727da8 -> f3f21ea)

Luke Faraone lfaraone at moszumanska.debian.org
Sun Aug 23 21:25:32 UTC 2015


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

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

      from  3727da8   Update debian/copyright to copyright-format 1.0.
       new  44d7cd6   Imported Upstream version 1.8.4
       new  1cc3ec7   Merge tag 'upstream/1.8.4' into debian/experimental
       new  cc31012   New upstream security release
       new  f3f21ea   Syntax, details for debian/copyright

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                        |   7 ++
 PKG-INFO                                           |   2 +-
 debian/changelog                                   |   8 +-
 debian/copyright                                   |   7 +-
 django/__init__.py                                 |   2 +-
 django/conf/global_settings.py                     |   2 +-
 django/contrib/admin/checks.py                     |  22 ++---
 django/contrib/contenttypes/fields.py              |   6 +-
 django/contrib/postgres/forms/hstore.py            |  17 ++--
 django/contrib/sessions/middleware.py              |   2 +-
 django/core/checks/__init__.py                     |   1 +
 django/core/checks/compatibility/django_1_8_0.py   |  31 ++++++
 django/core/management/commands/makemessages.py    |   2 +-
 django/core/management/commands/migrate.py         |   1 +
 django/core/serializers/json.py                    |   5 +-
 django/core/servers/basehttp.py                    |   2 +-
 django/db/backends/postgresql_psycopg2/schema.py   |   5 +
 django/db/models/base.py                           |  24 +++++
 django/db/models/fields/related.py                 |   9 +-
 django/db/models/query.py                          |   6 +-
 django/middleware/clickjacking.py                  |   2 +-
 django/template/loader.py                          |   1 -
 django/test/testcases.py                           |   6 +-
 django/utils/lru_cache.py                          |   2 +-
 django/views/debug.py                              |   2 +-
 docs/faq/general.txt                               |   2 +-
 docs/glossary.txt                                  |   2 +-
 docs/howto/custom-model-fields.txt                 |   4 +-
 docs/howto/deployment/checklist.txt                |   9 +-
 docs/howto/deployment/wsgi/index.txt               |   3 +-
 docs/howto/error-reporting.txt                     |  12 ++-
 docs/howto/outputting-csv.txt                      |   3 +-
 docs/howto/outputting-pdf.txt                      |   5 +-
 docs/internals/contributing/localizing.txt         |   6 +-
 docs/internals/release-process.txt                 |   5 +-
 docs/internals/team.txt                            |   4 +-
 docs/intro/contributing.txt                        |   2 +-
 docs/intro/install.txt                             |  11 ++-
 docs/intro/overview.txt                            |   2 +-
 docs/intro/tutorial03.txt                          |   2 +-
 docs/intro/tutorial05.txt                          |   4 +-
 docs/ref/checks.txt                                |  66 +++++++++++++
 docs/ref/clickjacking.txt                          |   4 +-
 docs/ref/contrib/admin/actions.txt                 |   2 +-
 docs/ref/contrib/admin/index.txt                   |   4 +-
 docs/ref/contrib/contenttypes.txt                  |  11 +--
 docs/ref/contrib/flatpages.txt                     |   2 +-
 docs/ref/contrib/gis/gdal.txt                      |   8 +-
 docs/ref/contrib/gis/geoip.txt                     |   2 +-
 docs/ref/contrib/gis/geoquerysets.txt              |  11 +--
 docs/ref/contrib/gis/geos.txt                      |   4 +-
 docs/ref/contrib/gis/layermapping.txt              |   4 +-
 docs/ref/contrib/gis/model-api.txt                 |   8 +-
 docs/ref/contrib/gis/ogrinspect.txt                |   4 +-
 docs/ref/contrib/gis/tutorial.txt                  |   4 +-
 docs/ref/contrib/messages.txt                      |   6 +-
 docs/ref/contrib/postgres/fields.txt               |   6 ++
 docs/ref/contrib/staticfiles.txt                   |   5 +
 docs/ref/databases.txt                             |  12 ++-
 docs/ref/files/file.txt                            |  14 +--
 docs/ref/files/storage.txt                         |   4 +-
 docs/ref/forms/api.txt                             |   6 +-
 docs/ref/forms/widgets.txt                         |   2 +-
 docs/ref/middleware.txt                            |   6 +-
 docs/ref/models/expressions.txt                    |  29 +++++-
 docs/ref/models/fields.txt                         |  86 ++++++-----------
 docs/ref/models/instances.txt                      |  17 +++-
 docs/ref/models/lookups.txt                        |   2 +-
 docs/ref/models/querysets.txt                      |  32 +++++-
 docs/ref/models/relations.txt                      |   4 +-
 docs/ref/request-response.txt                      |  44 +++++----
 docs/ref/settings.txt                              |  15 +--
 docs/ref/templates/api.txt                         |   6 +-
 docs/ref/templates/builtins.txt                    |  82 +++++-----------
 docs/ref/templates/language.txt                    |   2 +-
 docs/ref/urlresolvers.txt                          |   5 +-
 docs/ref/urls.txt                                  |   2 +-
 docs/ref/utils.txt                                 |   4 +-
 docs/ref/validators.txt                            |   6 +-
 docs/releases/1.0.txt                              |   2 +-
 docs/releases/1.3.txt                              |   2 +-
 docs/releases/1.4.22.txt                           |  29 ++++++
 docs/releases/1.4.txt                              |   8 +-
 docs/releases/1.6.txt                              |   2 +-
 docs/releases/1.7.10.txt                           |  25 +++++
 docs/releases/1.8.4.txt                            |  49 ++++++++++
 docs/releases/1.8.txt                              |  24 ++++-
 docs/releases/index.txt                            |   3 +
 docs/releases/security.txt                         |   2 +-
 docs/spelling_wordlist                             |   2 -
 docs/topics/auth/customizing.txt                   |  11 ++-
 docs/topics/auth/default.txt                       | 107 +++++++++++----------
 docs/topics/auth/index.txt                         |   4 +-
 docs/topics/auth/passwords.txt                     |   6 +-
 docs/topics/cache.txt                              |   4 +-
 docs/topics/checks.txt                             | 100 ++++++++-----------
 docs/topics/class-based-views/mixins.txt           |   2 +-
 docs/topics/db/aggregation.txt                     |  34 +++++--
 docs/topics/db/examples/many_to_one.txt            |  16 ++-
 docs/topics/db/examples/one_to_one.txt             |  20 ++--
 docs/topics/db/optimization.txt                    |  12 +--
 docs/topics/db/sql.txt                             |   2 +-
 docs/topics/db/tablespaces.txt                     |   2 +-
 docs/topics/email.txt                              |   2 +-
 docs/topics/http/sessions.txt                      |   2 +-
 docs/topics/http/shortcuts.txt                     |   6 +-
 docs/topics/i18n/index.txt                         |   2 +-
 docs/topics/i18n/timezones.txt                     |   2 +-
 docs/topics/i18n/translation.txt                   |   4 +-
 docs/topics/migrations.txt                         |   2 +-
 docs/topics/security.txt                           |   5 +-
 docs/topics/settings.txt                           |  24 ++++-
 docs/topics/signals.txt                            |   6 +-
 docs/topics/templates.txt                          |   6 +-
 docs/topics/testing/advanced.txt                   |   4 +-
 docs/topics/testing/tools.txt                      |   4 +-
 tests/admin_checks/tests.py                        |  24 ++++-
 tests/admin_utils/tests.py                         |   7 +-
 tests/annotations/tests.py                         |  23 ++---
 tests/check_framework/tests_1_8_compatibility.py   |  29 ++++++
 tests/contenttypes_tests/tests.py                  |  48 ---------
 tests/forms_tests/tests/test_fields.py             |  24 +++--
 tests/generic_relations/tests.py                   |  10 ++
 tests/gis_tests/test_geoip.py                      |  20 ++--
 tests/httpwrappers/tests.py                        |   6 ++
 tests/many_to_one/tests.py                         |  41 ++------
 tests/migrations/test_commands.py                  |  46 +++++++++
 tests/model_fields/test_uuid.py                    |  15 ++-
 tests/one_to_one/tests.py                          |  49 +++-------
 .../0001_initial.py                                |   6 +-
 .../array_index_migrations}/__init__.py            |   0
 tests/postgres_tests/test_array.py                 |  27 ++++++
 tests/postgres_tests/test_hstore.py                |  19 +++-
 tests/raw_query/models.py                          |   4 +
 tests/raw_query/tests.py                           |  14 ++-
 tests/runtests.py                                  |   4 -
 tests/servers/test_basehttp.py                     |  10 ++
 tests/sessions_tests/tests.py                      |  17 ++++
 tests/template_tests/filter_tests/test_urlize.py   |  24 ++---
 tests/test_utils/tests.py                          |  33 +++++++
 141 files changed, 1128 insertions(+), 692 deletions(-)
 create mode 100644 django/core/checks/compatibility/django_1_8_0.py
 create mode 100644 docs/releases/1.4.22.txt
 create mode 100644 docs/releases/1.7.10.txt
 create mode 100644 docs/releases/1.8.4.txt
 create mode 100644 tests/check_framework/tests_1_8_compatibility.py
 copy tests/postgres_tests/{array_default_migrations => array_index_migrations}/0001_initial.py (59%)
 copy {django/conf/app_template => tests/postgres_tests/array_index_migrations}/__init__.py (100%)

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