[Python-modules-commits] [python-django] 02/03: Merge tag 'upstream/1.8.3' into debian/experimental

Raphaël Hertzog hertzog at moszumanska.debian.org
Wed Jul 8 23:58:20 UTC 2015


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

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

commit d12402111434f83a2501f897b0410cfc13675ee3
Merge: 9f89490 f5e6ce5
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Thu Jul 9 01:52:43 2015 +0200

    Merge tag 'upstream/1.8.3' into debian/experimental
    
    Upstream version 1.8.3

 Django.egg-info/PKG-INFO                           |   2 +-
 Django.egg-info/SOURCES.txt                        |   7 +-
 PKG-INFO                                           |   2 +-
 django/__init__.py                                 |   2 +-
 django/apps/registry.py                            |   2 +-
 django/conf/__init__.py                            |   6 +-
 django/conf/urls/__init__.py                       |  10 +-
 django/conf/urls/i18n.py                           |   6 +-
 django/contrib/admin/helpers.py                    |   6 +-
 django/contrib/admin/templatetags/admin_list.py    |   2 +-
 django/contrib/admin/views/main.py                 |   2 +-
 django/contrib/auth/views.py                       |   6 +-
 django/contrib/contenttypes/models.py              |   4 +-
 django/contrib/gis/db/models/query.py              |  12 +-
 django/contrib/gis/db/models/sql/aggregates.py     |   2 +-
 django/contrib/postgres/forms/hstore.py            |  10 ++
 django/contrib/postgres/forms/ranges.py            |  11 +-
 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/webdesign/__init__.py               |   6 +-
 django/core/context_processors.py                  |   4 +-
 django/core/files/storage.py                       |   6 +-
 django/core/management/base.py                     |  17 +-
 django/core/management/commands/migrate.py         |   4 +-
 django/core/urlresolvers.py                        |   4 +-
 django/core/validators.py                          |  31 ++--
 django/db/backends/base/creation.py                |   4 +-
 django/db/backends/base/schema.py                  |  19 ++-
 django/db/backends/mysql/schema.py                 |  23 ++-
 django/db/backends/oracle/operations.py            |   2 +-
 django/db/backends/postgresql_psycopg2/schema.py   |  16 +-
 django/db/migrations/executor.py                   |  18 +++
 django/db/migrations/loader.py                     |  34 +++-
 django/db/models/aggregates.py                     |   2 +-
 django/db/models/fields/files.py                   |   6 +-
 django/db/models/fields/related.py                 |  30 +++-
 django/db/models/fields/subclassing.py             |   4 +-
 django/db/models/lookups.py                        |   7 +-
 django/db/models/manager.py                        |   3 +
 django/db/models/options.py                        |   8 +-
 django/db/models/query_utils.py                    |  18 ++-
 django/db/models/sql/aggregates.py                 |   4 +-
 django/db/models/sql/compiler.py                   |   4 +-
 django/db/models/sql/query.py                      |  33 ++--
 django/db/utils.py                                 |   8 +-
 django/forms/fields.py                             |  10 +-
 django/forms/forms.py                              |   6 -
 django/forms/models.py                             |  11 +-
 django/shortcuts.py                                |   6 +-
 django/template/__init__.py                        |   2 +-
 django/template/backends/django.py                 |   8 +-
 django/template/base.py                            |   4 +-
 django/template/context.py                         |  14 +-
 django/template/context_processors.py              |   6 +-
 django/template/defaultfilters.py                  |  41 ++---
 django/template/defaulttags.py                     |  10 +-
 django/template/engine.py                          |  16 +-
 django/template/loader.py                          |  10 +-
 django/template/loaders/base.py                    |   2 +-
 django/template/response.py                        |  14 +-
 django/template/smartif.py                         |   8 +-
 django/template/utils.py                           |   6 +-
 django/templatetags/future.py                      |  10 +-
 django/test/testcases.py                           |  20 ++-
 django/utils/autoreload.py                         |   4 +-
 django/utils/checksums.py                          |   6 +-
 django/utils/dateparse.py                          |   2 +-
 django/utils/deprecation.py                        |   5 +-
 django/utils/functional.py                         |   2 +-
 django/utils/html.py                               |   8 +-
 django/utils/module_loading.py                     |   2 +-
 django/views/decorators/http.py                    |   6 +-
 django/views/generic/edit.py                       |  10 +-
 docs/_ext/literals_to_xrefs.py                     | 174 ---------------------
 docs/faq/install.txt                               |  16 +-
 docs/howto/deployment/checklist.txt                |  18 +++
 docs/howto/writing-migrations.txt                  |  41 +++++
 docs/index.txt                                     |   8 +-
 .../writing-code/submitting-patches.txt            |   2 +-
 .../contributing/writing-code/unit-tests.txt       |   2 +
 .../contributing/writing-documentation.txt         |   8 -
 docs/internals/deprecation.txt                     |   6 +-
 docs/intro/install.txt                             |   6 +-
 docs/intro/tutorial05.txt                          |   5 +-
 docs/ref/class-based-views/mixins-editing.txt      |   4 +-
 docs/ref/clickjacking.txt                          |   3 +
 docs/ref/contrib/admin/index.txt                   |  65 ++++----
 docs/ref/contrib/postgres/fields.txt               |  18 +++
 docs/ref/contrib/sites.txt                         |   3 +-
 docs/ref/contrib/staticfiles.txt                   |   6 +
 docs/ref/contrib/syndication.txt                   |   2 +-
 docs/ref/django-admin.txt                          |  52 +++---
 docs/ref/forms/api.txt                             |  14 +-
 docs/ref/forms/fields.txt                          |  57 +++----
 docs/ref/forms/validation.txt                      |  43 ++---
 docs/ref/forms/widgets.txt                         |  26 +--
 docs/ref/migration-operations.txt                  |   2 +-
 docs/ref/models/database-functions.txt             |  11 ++
 docs/ref/models/expressions.txt                    |   2 +-
 docs/ref/models/fields.txt                         |  17 +-
 docs/ref/models/instances.txt                      |   2 +-
 docs/ref/models/meta.txt                           |   2 +-
 docs/ref/models/options.txt                        |  28 ++--
 docs/ref/models/querysets.txt                      |   7 +-
 docs/ref/request-response.txt                      |   7 +
 docs/ref/settings.txt                              |  94 ++++++-----
 docs/ref/templates/builtins.txt                    |  26 +--
 docs/ref/templates/upgrading.txt                   |   2 +-
 docs/ref/urls.txt                                  |   2 +-
 docs/releases/1.4.21.txt                           |  54 +++++++
 docs/releases/1.5.txt                              |   2 +-
 docs/releases/1.6.txt                              |   3 +-
 docs/releases/1.7.9.txt                            |  65 ++++++++
 docs/releases/1.8.3.txt                            | 155 ++++++++++++++++++
 docs/releases/1.8.txt                              |  47 +++---
 docs/releases/index.txt                            |   3 +
 docs/spelling_wordlist                             |   2 +
 docs/topics/auth/default.txt                       |  24 ++-
 docs/topics/db/multi-db.txt                        |   2 +-
 docs/topics/db/queries.txt                         |   4 +-
 docs/topics/forms/formsets.txt                     |   4 +-
 docs/topics/http/decorators.txt                    |   8 +-
 docs/topics/http/shortcuts.txt                     |   4 +-
 docs/topics/i18n/translation.txt                   |  84 +++++++---
 docs/topics/install.txt                            |   4 +-
 docs/topics/migrations.txt                         |   3 +
 docs/topics/python3.txt                            |   6 +-
 docs/topics/templates.txt                          |   2 +-
 docs/topics/testing/tools.txt                      |   7 +
 tests/admin_changelist/admin.py                    |   2 +-
 tests/admin_changelist/models.py                   |   4 +
 tests/admin_changelist/tests.py                    |  11 +-
 tests/admin_inlines/tests.py                       |   2 +-
 tests/aggregation/tests.py                         |   4 +-
 tests/annotations/tests.py                         |   4 +
 tests/apps/tests.py                                |   2 +-
 tests/auth_tests/test_views.py                     |   4 +-
 tests/commands_sql/tests.py                        |   6 +-
 tests/csrf_tests/test_context_processor.py         |  15 ++
 tests/custom_lookups/tests.py                      |  77 ++++-----
 tests/deprecation/tests.py                         |   2 +-
 tests/expressions_case/tests.py                    |  54 +++++++
 tests/field_subclassing/fields.py                  |   6 +-
 tests/file_storage/tests.py                        |  18 ++-
 .../forms_tests/tests/filepath_test_files/1x1.bmp  | Bin 0 -> 58 bytes
 tests/forms_tests/tests/test_fields.py             |  27 +++-
 tests/generic_inline_admin/models.py               |   2 +-
 tests/generic_inline_admin/tests.py                |  15 +-
 tests/generic_views/test_edit.py                   |  10 +-
 tests/gis_tests/geo3d/tests.py                     |   4 +-
 tests/gis_tests/geoapp/test_sitemaps.py            |   4 +-
 tests/gis_tests/geoapp/tests.py                    |   8 +-
 tests/gis_tests/relatedapp/tests.py                |   8 +-
 tests/i18n/tests.py                                |   7 +-
 tests/i18n/urls.py                                 |   6 +-
 tests/indexes/tests.py                             |   4 +-
 tests/invalid_models_tests/test_models.py          |  26 +--
 tests/invalid_models_tests/test_relative_fields.py |  11 +-
 tests/migrations/test_base.py                      |   6 +
 tests/migrations/test_commands.py                  |   4 +-
 tests/migrations/test_executor.py                  |  45 ++++++
 tests/migrations/test_loader.py                    |  41 ++++-
 tests/model_fields/tests.py                        |   5 +-
 tests/model_formsets/models.py                     |  30 ++++
 tests/model_formsets/test_uuid.py                  |  48 +++++-
 tests/model_meta/test_legacy.py                    |  16 +-
 tests/multiple_database/tests.py                   |   4 +-
 tests/postgres_tests/test_array.py                 |   8 +
 tests/postgres_tests/test_hstore.py                |  13 ++
 tests/postgres_tests/test_ranges.py                |  10 +-
 tests/prefetch_related/models.py                   |  17 ++
 tests/prefetch_related/test_uuid.py                |  95 +++++++++++
 tests/queries/tests.py                             |   9 +-
 tests/queryset_pickle/tests.py                     |  14 ++
 tests/requirements/base.txt                        |   2 +-
 tests/resolve_url/tests.py                         |   4 +-
 tests/runtests.py                                  |  14 +-
 tests/schema/models.py                             |  26 +++
 tests/schema/tests.py                              | 115 +++++++++++++-
 tests/sessions_tests/tests.py                      |  20 +++
 tests/settings_tests/tests.py                      |   2 +-
 tests/shortcuts/tests.py                           |  16 +-
 tests/sitemaps_tests/test_http.py                  |   8 +-
 tests/sitemaps_tests/test_https.py                 |   6 +-
 tests/template_backends/test_django.py             |   4 +-
 .../template_tests/filter_tests/test_removetags.py |   6 +-
 .../filter_tests/test_unordered_list.py            |  15 +-
 tests/template_tests/syntax_tests/test_cycle.py    |   8 +-
 tests/template_tests/syntax_tests/test_firstof.py  |  10 +-
 tests/template_tests/syntax_tests/test_for.py      |  12 +-
 tests/template_tests/syntax_tests/test_if.py       |   8 +-
 tests/template_tests/syntax_tests/test_ssi.py      |   6 +-
 tests/template_tests/syntax_tests/test_url.py      |  40 ++---
 tests/template_tests/test_context.py               |  11 +-
 tests/template_tests/test_custom.py                |   4 +-
 tests/template_tests/test_engine.py                |   6 +-
 tests/template_tests/test_response.py              |   8 +-
 tests/test_client_regress/tests.py                 |   4 +-
 tests/test_utils/tests.py                          |   6 +
 tests/urlpatterns_reverse/erroneous_urls.py        |   6 +-
 .../urlpatterns_reverse/included_namespace_urls.py |   6 +-
 tests/urlpatterns_reverse/tests.py                 |   6 +-
 tests/urlpatterns_reverse/urls.py                  |   6 +-
 .../management/commands/optparse_cmd.py            |   1 +
 tests/user_commands/tests.py                       |   4 +-
 tests/utils_tests/test_checksums.py                |   4 +-
 tests/utils_tests/test_dateparse.py                |  14 ++
 tests/utils_tests/test_html.py                     |   6 +-
 tests/utils_tests/test_module_loading.py           |   4 +-
 tests/validators/invalid_urls.txt                  |   3 +
 tests/validators/tests.py                          |  18 ++-
 tests/validators/valid_urls.txt                    |   2 +
 tests/view_tests/tests/test_csrf.py                |   2 +-
 215 files changed, 2113 insertions(+), 978 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