[Python-modules-commits] [python-django] branch upstream/1.8.x updated (8fea21d -> 407566d)

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Apr 4 13:38:23 UTC 2016


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

hertzog pushed a change to branch upstream/1.8.x
in repository python-django.

      from  8fea21d   Import python-django_1.8.11.orig.tar.gz
       new  407566d   Import python-django_1.8.12.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:
 Django.egg-info/PKG-INFO                           |  2 +-
 Django.egg-info/SOURCES.txt                        |  1 +
 PKG-INFO                                           |  2 +-
 django/__init__.py                                 |  2 +-
 django/contrib/admin/options.py                    |  4 +--
 .../static/admin/js/admin/RelatedObjectLookups.js  |  9 ++++++
 .../contrib/admin/templates/admin/change_form.html |  4 ---
 .../contrib/gis/db/backends/postgis/operations.py  |  2 +-
 .../gis/db/backends/spatialite/operations.py       |  2 +-
 django/contrib/sitemaps/__init__.py                |  2 +-
 django/db/migrations/autodetector.py               |  2 +-
 django/db/models/fields/__init__.py                |  3 +-
 django/db/models/query.py                          |  4 +--
 django/db/models/sql/query.py                      |  2 +-
 django/http/multipartparser.py                     |  5 ++--
 .../contributing/writing-documentation.txt         |  6 ++--
 docs/ref/class-based-views/generic-editing.txt     |  2 +-
 docs/ref/views.txt                                 |  2 +-
 docs/releases/1.8.12.txt                           | 20 +++++++++++++
 docs/releases/index.txt                            |  1 +
 docs/topics/auth/default.txt                       |  2 +-
 docs/topics/db/aggregation.txt                     |  2 +-
 docs/topics/db/optimization.txt                    |  2 +-
 docs/topics/templates.txt                          |  2 +-
 docs/topics/testing/advanced.txt                   |  2 +-
 setup.cfg                                          |  2 +-
 tests/admin_views/admin.py                         | 29 +++++++++++-------
 tests/admin_views/models.py                        | 13 ++++++++
 tests/admin_views/tests.py                         | 29 ++++++++++++++----
 tests/aggregation/tests.py                         |  2 +-
 tests/aggregation_regress/tests.py                 |  2 +-
 tests/annotations/tests.py                         |  2 +-
 tests/cache/tests.py                               |  2 +-
 tests/delete/tests.py                              |  4 +--
 tests/expressions/tests.py                         |  2 +-
 tests/expressions_case/tests.py                    |  2 +-
 tests/file_uploads/tests.py                        | 35 ++++++++++++++++++++++
 tests/generic_relations_regress/tests.py           |  2 +-
 tests/gis_tests/test_measure.py                    |  2 +-
 tests/model_fields/test_durationfield.py           |  6 ++++
 tests/model_inheritance/tests.py                   |  6 ++--
 tests/queries/tests.py                             |  6 ++--
 tests/select_related_regress/tests.py              |  2 +-
 tests/signing/tests.py                             |  2 +-
 tests/update/tests.py                              |  2 +-
 45 files changed, 172 insertions(+), 67 deletions(-)
 create mode 100644 docs/releases/1.8.12.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