[Python-modules-commits] [python-django] branch debian/master updated (2968db1 -> 50bd513)

Chris Lamb lamby at moszumanska.debian.org
Mon Jan 4 18:44:54 UTC 2016


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

lamby pushed a change to branch debian/master
in repository python-django.

      from  2968db1   Drop the hack to run ./manage.py with a specific Python version
       new  2e53104   record new upstream branch created by importing python-django_1.9.1.orig.tar.gz
       new  4c3207d   Import python-django_1.9.1.orig.tar.gz
       new  02627b7   Disable creation of _sources directory by Sphinx
       new  43dddca   Use Debian GeoIP database path as default
       new  552d239   Fix #25761 -- re-raised exceptions need __cause__.__traceback__
       new  dcce34e   merge patched-debian/master into debian/master
       new  ea9e544   New upstream release.
       new  50bd513   releasing package python-django version 1.9.1-1

The 8 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                        |   8 +
 PKG-INFO                                           |   2 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 .../patches/02_disable-sources-in-sphinxdoc.diff   |   4 +-
 .../06_use_debian_geoip_database_as_default.diff   |   2 +-
 .../fix-25761-add-traceback-attribute.patch        |   2 +-
 .../fix-26016-restore-compat-with-py-bcrypt.patch  |  27 ---
 debian/patches/series                              |   1 -
 django/__init__.py                                 |   2 +-
 django/conf/app_template/apps.py                   |   2 +-
 django/conf/locale/__init__.py                     |   2 +-
 django/conf/locale/cs/LC_MESSAGES/django.mo        | Bin 24968 -> 25082 bytes
 django/conf/locale/cs/LC_MESSAGES/django.po        |   8 +-
 django/conf/locale/da/LC_MESSAGES/django.mo        | Bin 23464 -> 23561 bytes
 django/conf/locale/da/LC_MESSAGES/django.po        |   8 +-
 django/conf/locale/eo/LC_MESSAGES/django.mo        | Bin 23518 -> 23633 bytes
 django/conf/locale/eo/LC_MESSAGES/django.po        |   8 +-
 django/conf/locale/fi/LC_MESSAGES/django.mo        | Bin 24079 -> 24161 bytes
 django/conf/locale/fi/LC_MESSAGES/django.po        |   8 +-
 django/conf/locale/hr/LC_MESSAGES/django.mo        | Bin 15976 -> 20088 bytes
 django/conf/locale/hr/LC_MESSAGES/django.po        |  87 ++++----
 django/conf/locale/id/LC_MESSAGES/django.mo        | Bin 19110 -> 19509 bytes
 django/conf/locale/id/LC_MESSAGES/django.po        |  17 +-
 django/conf/locale/kk/LC_MESSAGES/django.mo        | Bin 14279 -> 14304 bytes
 django/conf/locale/kk/LC_MESSAGES/django.po        |   8 +-
 django/conf/locale/ko/LC_MESSAGES/django.mo        | Bin 21593 -> 22306 bytes
 django/conf/locale/ko/LC_MESSAGES/django.po        |  19 +-
 django/conf/locale/pl/LC_MESSAGES/django.mo        | Bin 25307 -> 25420 bytes
 django/conf/locale/pl/LC_MESSAGES/django.po        |   9 +-
 django/conf/locale/uk/LC_MESSAGES/django.mo        | Bin 31441 -> 31931 bytes
 django/conf/locale/uk/LC_MESSAGES/django.po        |  13 +-
 django/conf/project_template/project_name/urls.py  |   5 +-
 django/contrib/admin/actions.py                    |   2 +-
 django/contrib/admin/helpers.py                    |   1 +
 .../contrib/admin/locale/da/LC_MESSAGES/django.mo  | Bin 15589 -> 15923 bytes
 .../contrib/admin/locale/da/LC_MESSAGES/django.po  |   8 +-
 .../contrib/admin/locale/fi/LC_MESSAGES/django.mo  | Bin 15835 -> 15876 bytes
 .../contrib/admin/locale/fi/LC_MESSAGES/django.po  |   6 +-
 .../contrib/admin/locale/hr/LC_MESSAGES/django.mo  | Bin 15686 -> 16146 bytes
 .../contrib/admin/locale/hr/LC_MESSAGES/django.po  |  16 +-
 .../contrib/admin/locale/hu/LC_MESSAGES/django.mo  | Bin 14579 -> 15046 bytes
 .../contrib/admin/locale/hu/LC_MESSAGES/django.po  |  17 +-
 .../contrib/admin/locale/id/LC_MESSAGES/django.mo  | Bin 14803 -> 14967 bytes
 .../contrib/admin/locale/id/LC_MESSAGES/django.po  |  13 +-
 .../contrib/admin/locale/ko/LC_MESSAGES/django.mo  | Bin 16254 -> 16731 bytes
 .../contrib/admin/locale/ko/LC_MESSAGES/django.po  |  15 +-
 .../contrib/admin/locale/uk/LC_MESSAGES/django.mo  | Bin 20038 -> 20129 bytes
 .../contrib/admin/locale/uk/LC_MESSAGES/django.po  |   7 +-
 django/contrib/admin/options.py                    |   2 +-
 .../static/admin/js/admin/DateTimeShortcuts.js     |   4 +-
 .../static/admin/js/admin/RelatedObjectLookups.js  |  25 ++-
 .../contrib/admin/templates/admin/change_form.html |  18 --
 django/contrib/admin/utils.py                      |   7 +-
 .../admindocs/locale/da/LC_MESSAGES/django.mo      | Bin 6059 -> 6648 bytes
 .../admindocs/locale/da/LC_MESSAGES/django.po      |  33 ++--
 .../admindocs/locale/hr/LC_MESSAGES/django.mo      | Bin 2071 -> 2632 bytes
 .../admindocs/locale/hr/LC_MESSAGES/django.po      |  25 +--
 django/contrib/auth/context_processors.py          |   2 +-
 .../contrib/auth/locale/da/LC_MESSAGES/django.mo   | Bin 5182 -> 6986 bytes
 .../contrib/auth/locale/da/LC_MESSAGES/django.po   |  27 +--
 .../contrib/auth/locale/fa/LC_MESSAGES/django.mo   | Bin 5785 -> 8140 bytes
 .../contrib/auth/locale/fa/LC_MESSAGES/django.po   |  26 ++-
 .../contrib/auth/locale/hr/LC_MESSAGES/django.mo   | Bin 4057 -> 6686 bytes
 .../contrib/auth/locale/hr/LC_MESSAGES/django.po   |  50 +++--
 .../contrib/auth/locale/hu/LC_MESSAGES/django.mo   | Bin 4280 -> 4326 bytes
 .../contrib/auth/locale/hu/LC_MESSAGES/django.po   |   4 +-
 .../contrib/auth/locale/id/LC_MESSAGES/django.mo   | Bin 4400 -> 5239 bytes
 .../contrib/auth/locale/id/LC_MESSAGES/django.po   |  19 +-
 .../contrib/auth/locale/ko/LC_MESSAGES/django.mo   | Bin 5376 -> 7218 bytes
 .../contrib/auth/locale/ko/LC_MESSAGES/django.po   |  28 +--
 .../contrib/auth/locale/uk/LC_MESSAGES/django.mo   | Bin 6589 -> 9077 bytes
 .../contrib/auth/locale/uk/LC_MESSAGES/django.po   |  31 +--
 .../contenttypes/locale/hr/LC_MESSAGES/django.mo   | Bin 1108 -> 1167 bytes
 .../contenttypes/locale/hr/LC_MESSAGES/django.po   |   7 +-
 .../flatpages/locale/da/LC_MESSAGES/django.mo      | Bin 2098 -> 2126 bytes
 .../flatpages/locale/da/LC_MESSAGES/django.po      |   8 +-
 .../flatpages/locale/hr/LC_MESSAGES/django.mo      | Bin 2075 -> 2188 bytes
 .../flatpages/locale/hr/LC_MESSAGES/django.po      |   9 +-
 .../flatpages/locale/id/LC_MESSAGES/django.mo      | Bin 1994 -> 2047 bytes
 .../flatpages/locale/id/LC_MESSAGES/django.po      |   7 +-
 .../flatpages/locale/ko/LC_MESSAGES/django.mo      | Bin 2127 -> 2158 bytes
 .../flatpages/locale/ko/LC_MESSAGES/django.po      |   9 +-
 django/contrib/gis/db/backends/postgis/models.py   |   2 +-
 django/contrib/gis/db/models/query.py              |   2 +-
 django/contrib/gis/gdal/geomtype.py                |   2 +-
 django/contrib/gis/geos/prototypes/geom.py         |   2 +-
 django/contrib/gis/geos/prototypes/prepared.py     |   2 +-
 django/contrib/gis/locale/da/LC_MESSAGES/django.mo | Bin 1743 -> 2007 bytes
 django/contrib/gis/locale/da/LC_MESSAGES/django.po |   9 +-
 django/contrib/gis/maps/google/__init__.py         |   2 +-
 django/contrib/gis/maps/google/overlays.py         |  14 +-
 django/contrib/gis/sitemaps/kml.py                 |   2 +-
 .../humanize/locale/es_MX/LC_MESSAGES/django.mo    | Bin 3490 -> 3660 bytes
 .../humanize/locale/es_MX/LC_MESSAGES/django.po    |  13 +-
 django/contrib/postgres/fields/array.py            |  14 +-
 .../postgres/locale/da/LC_MESSAGES/django.mo       | Bin 2779 -> 3035 bytes
 .../postgres/locale/da/LC_MESSAGES/django.po       |  22 ++-
 .../postgres/locale/es_MX/LC_MESSAGES/django.mo    | Bin 0 -> 878 bytes
 .../locale/{el => es_MX}/LC_MESSAGES/django.po     |  31 +--
 .../postgres/locale/id/LC_MESSAGES/django.mo       | Bin 1699 -> 2829 bytes
 .../postgres/locale/id/LC_MESSAGES/django.po       |  21 +-
 .../postgres/locale/ko/LC_MESSAGES/django.mo       | Bin 1536 -> 2613 bytes
 .../postgres/locale/ko/LC_MESSAGES/django.po       |  19 +-
 .../redirects/locale/da/LC_MESSAGES/django.mo      | Bin 1080 -> 1114 bytes
 .../redirects/locale/da/LC_MESSAGES/django.po      |   8 +-
 .../redirects/locale/es_MX/LC_MESSAGES/django.mo   | Bin 1105 -> 1136 bytes
 .../redirects/locale/es_MX/LC_MESSAGES/django.po   |   7 +-
 .../redirects/locale/hr/LC_MESSAGES/django.mo      | Bin 1115 -> 1207 bytes
 .../redirects/locale/hr/LC_MESSAGES/django.po      |   9 +-
 .../redirects/locale/id/LC_MESSAGES/django.mo      | Bin 1065 -> 1101 bytes
 .../redirects/locale/id/LC_MESSAGES/django.po      |   7 +-
 .../redirects/locale/ko/LC_MESSAGES/django.mo      | Bin 1045 -> 1062 bytes
 .../redirects/locale/ko/LC_MESSAGES/django.po      |   7 +-
 .../redirects/locale/uk/LC_MESSAGES/django.mo      | Bin 1373 -> 1414 bytes
 .../redirects/locale/uk/LC_MESSAGES/django.po      |   7 +-
 django/contrib/sessions/backends/base.py           |   2 +-
 .../contrib/sites/locale/hr/LC_MESSAGES/django.mo  | Bin 696 -> 876 bytes
 .../contrib/sites/locale/hr/LC_MESSAGES/django.po  |   9 +-
 django/core/cache/backends/base.py                 |   4 +-
 django/core/management/__init__.py                 |  11 +-
 django/core/management/commands/inspectdb.py       |   2 +-
 django/core/management/commands/loaddata.py        |  10 +
 django/db/backends/oracle/compiler.py              |   3 -
 django/db/backends/postgresql/schema.py            |  62 ++++--
 django/db/migrations/executor.py                   |  21 +-
 django/db/migrations/operations/models.py          |   1 +
 django/db/migrations/operations/special.py         |   2 +-
 django/db/models/base.py                           |   6 +-
 django/db/models/expressions.py                    |   5 +-
 django/db/models/fields/files.py                   |   2 +-
 django/db/models/fields/related.py                 |  17 +-
 django/db/models/fields/related_lookups.py         |   7 +-
 django/db/models/fields/subclassing.py             |   2 +-
 django/db/models/sql/compiler.py                   |   4 -
 django/db/models/sql/query.py                      |   3 +
 django/db/models/sql/subqueries.py                 |   2 +-
 django/forms/fields.py                             |  11 +-
 django/middleware/common.py                        |   4 +-
 django/template/base.py                            |   4 +-
 django/template/defaultfilters.py                  |   2 +-
 django/template/defaulttags.py                     |   2 +-
 django/test/runner.py                              |  10 +-
 django/utils/translation/trans_real.py             |  33 ++--
 django/views/decorators/http.py                    |   2 +-
 django/views/generic/detail.py                     |   2 +-
 django/views/generic/edit.py                       |   5 +-
 docs/_theme/djangodocs/static/djangodocs.css       |   2 +-
 docs/conf.py                                       |   2 +-
 docs/faq/install.txt                               |   2 +-
 docs/howto/custom-lookups.txt                      |   8 +-
 docs/howto/custom-template-tags.txt                |   9 +-
 docs/howto/deployment/wsgi/modwsgi.txt             |   9 +-
 docs/howto/static-files/deployment.txt             |   2 +-
 docs/index.txt                                     |  24 +++
 .../contributing/writing-code/coding-style.txt     |   6 +
 .../contributing/writing-documentation.txt         |  51 +++++
 docs/internals/deprecation.txt                     |   7 +-
 docs/intro/tutorial01.txt                          |   5 +
 docs/intro/tutorial03.txt                          |  14 +-
 docs/intro/tutorial04.txt                          |   1 +
 docs/intro/tutorial05.txt                          |   4 +-
 docs/man/django-admin.1                            |   4 +-
 docs/ref/applications.txt                          |  22 ++-
 docs/ref/contrib/gis/geos.txt                      |  51 +++--
 docs/ref/contrib/postgres/fields.txt               |   7 +-
 docs/ref/contrib/postgres/index.txt                |   3 +-
 docs/ref/contrib/syndication.txt                   |   4 +-
 docs/ref/csrf.txt                                  |  30 +--
 docs/ref/django-admin.txt                          |   4 +-
 docs/ref/forms/validation.txt                      |   2 +-
 docs/ref/migration-operations.txt                  |  13 +-
 docs/ref/models/fields.txt                         |   2 +-
 docs/ref/models/instances.txt                      |   6 +-
 docs/ref/template-response.txt                     |   3 +-
 docs/ref/templates/api.txt                         |   7 +-
 docs/ref/templates/builtins.txt                    |  30 +--
 docs/ref/urlresolvers.txt                          |   2 +-
 docs/ref/utils.txt                                 |   4 +-
 docs/releases/1.3.txt                              |   2 +-
 docs/releases/1.4.txt                              |  14 +-
 docs/releases/1.7.txt                              |   9 +-
 docs/releases/1.8.8.txt                            |  42 +++-
 docs/releases/1.8.txt                              |  20 +-
 docs/releases/1.9.1.txt                            |  85 ++++++++
 docs/releases/1.9.txt                              |  25 ++-
 docs/releases/index.txt                            |   1 +
 docs/spelling_wordlist                             |   2 +-
 docs/topics/auth/customizing.txt                   |  10 +-
 docs/topics/auth/default.txt                       |   6 +-
 docs/topics/auth/passwords.txt                     |   2 +-
 docs/topics/cache.txt                              |   3 +-
 docs/topics/conditional-view-processing.txt        |   2 +-
 docs/topics/db/aggregation.txt                     |   9 +-
 docs/topics/db/models.txt                          |   4 +-
 docs/topics/db/transactions.txt                    |   2 +-
 docs/topics/files.txt                              |   4 +-
 docs/topics/forms/formsets.txt                     |   8 +-
 docs/topics/forms/modelforms.txt                   |  16 +-
 docs/topics/http/file-uploads.txt                  |   4 +-
 docs/topics/http/sessions.txt                      |   7 +-
 docs/topics/http/shortcuts.txt                     |  48 ++---
 docs/topics/http/views.txt                         |   4 +-
 docs/topics/install.txt                            |   6 +-
 docs/topics/logging.txt                            |   8 +-
 docs/topics/migrations.txt                         |   2 +
 docs/topics/pagination.txt                         |   3 +-
 docs/topics/security.txt                           |  10 +-
 docs/topics/templates.txt                          |   5 +-
 docs/topics/testing/overview.txt                   |  16 +-
 docs/topics/testing/tools.txt                      |  19 +-
 js_tests/admin/DateTimeShortcuts.test.js           |   4 +
 package.json                                       |   3 +
 setup.cfg                                          |   4 +-
 tests/admin_changelist/tests.py                    |   2 +-
 tests/admin_scripts/tests.py                       |   8 +-
 tests/admin_views/admin.py                         |  11 +-
 tests/admin_views/models.py                        |   3 +
 tests/admin_views/tests.py                         |  59 +++++-
 tests/admin_widgets/tests.py                       |   6 +-
 tests/aggregation/tests.py                         |   2 +-
 tests/aggregation_regress/tests.py                 |   4 +-
 tests/auth_tests/test_forms.py                     |   2 +-
 tests/auth_tests/test_views.py                     |  10 +-
 tests/bulk_create/tests.py                         |   4 +-
 tests/cache/tests.py                               |   9 +
 tests/check_framework/test_security.py             |   6 +-
 tests/csrf_tests/tests.py                          |   2 +-
 tests/delete/tests.py                              |  12 ++
 tests/expressions_case/tests.py                    |  14 +-
 tests/fixtures/tests.py                            |  14 +-
 tests/foreign_object/models/person.py              |  13 +-
 tests/foreign_object/tests.py                      |  12 ++
 tests/forms_tests/tests/test_fields.py             |   8 +
 tests/forms_tests/tests/test_forms.py              |   2 +-
 tests/forms_tests/tests/tests.py                   |   2 +-
 tests/generic_views/test_detail.py                 |  13 ++
 tests/generic_views/test_edit.py                   |   9 +
 tests/generic_views/urls.py                        |   4 +
 tests/generic_views/views.py                       |  26 +++
 tests/gis_tests/geoapp/test_functions.py           |   2 +-
 tests/httpwrappers/tests.py                        |   2 +-
 tests/i18n/commands/__init__.py                    |   2 +-
 .../i18n/commands/locale/xxx/LC_MESSAGES/django.mo | Bin 0 -> 457 bytes
 .../locale/{fr => xxx}/LC_MESSAGES/django.po       |   4 +-
 tests/i18n/tests.py                                |  19 ++
 .../invalid_models_tests/test_deprecated_fields.py |   2 +-
 tests/invalid_models_tests/test_models.py          |   2 +-
 tests/invalid_models_tests/test_relative_fields.py |  14 +-
 tests/m2m_through/tests.py                         |   8 +-
 tests/middleware/tests.py                          | 218 ++++++++++-----------
 .../0001_initial.py                                |  31 +++
 .../0002_initial.py                                |  20 ++
 .../__init__.py                                    |   0
 tests/migrations/test_autodetector.py              | 188 +++++++++---------
 tests/migrations/test_executor.py                  |  59 ++++++
 tests/migrations/test_operations.py                |  84 ++++++++
 tests/migrations/test_writer.py                    |   8 +-
 tests/model_fields/models.py                       |   8 +-
 tests/model_options/test_default_related_name.py   |   2 +-
 tests/modeladmin/tests.py                          |   2 +-
 tests/null_fk_ordering/models.py                   |   4 +-
 tests/postgres_tests/test_array.py                 |  21 ++
 tests/postgres_tests/test_ranges.py                |   2 +-
 tests/proxy_models/tests.py                        |   2 +-
 tests/queries/models.py                            |   2 +-
 tests/queries/tests.py                             |  12 +-
 tests/queryset_pickle/tests.py                     |   2 +-
 tests/requests/tests.py                            |   6 +-
 tests/runtests.py                                  |  15 +-
 tests/schema/tests.py                              |  68 +++++++
 tests/serializers/test_data.py                     |   2 +-
 tests/signals/tests.py                             |   2 +-
 tests/staticfiles_tests/test_liveserver.py         |   2 +-
 tests/template_tests/test_response.py              |   4 +-
 tests/test_client/views.py                         |  12 +-
 tests/test_client_regress/tests.py                 |   8 +-
 tests/test_client_regress/views.py                 |  11 +-
 tests/test_runner/test_discover_runner.py          |   6 +-
 tests/timezones/tests.py                           |   2 +-
 tests/unmanaged_models/models.py                   |   2 +-
 tests/unmanaged_models/tests.py                    |   2 +-
 tests/urlpatterns_reverse/tests.py                 |   2 +-
 tests/utils_tests/files/strip_tags2.txt            |   2 +-
 tests/utils_tests/test_http.py                     |   4 +-
 tests/view_tests/views.py                          |  11 +-
 287 files changed, 1945 insertions(+), 1084 deletions(-)
 delete mode 100644 debian/patches/fix-26016-restore-compat-with-py-bcrypt.patch
 create mode 100644 django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo
 copy django/contrib/postgres/locale/{el => es_MX}/LC_MESSAGES/django.po (73%)
 create mode 100644 docs/releases/1.9.1.txt
 create mode 100644 tests/i18n/commands/locale/xxx/LC_MESSAGES/django.mo
 copy tests/i18n/commands/locale/{fr => xxx}/LC_MESSAGES/django.po (94%)
 create mode 100644 tests/migrations/test_add_many_to_many_field_initial/0001_initial.py
 create mode 100644 tests/migrations/test_add_many_to_many_field_initial/0002_initial.py
 copy {django/conf/app_template => tests/migrations/test_add_many_to_many_field_initial}/__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