[Python-modules-commits] [python-django] branch upstream/1.8.x updated (8e72530 -> 005755b)

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Feb 2 09:07: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  8e72530   Import python-django_1.8.8.orig.tar.gz
       new  005755b   Import python-django_1.8.9.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/helpers.py                    |   2 +-
 django/contrib/admin/sites.py                      |   8 +-
 .../static/admin/js/admin/DateTimeShortcuts.js     |   4 +-
 django/contrib/admin/static/admin/js/core.js       |   5 +-
 django/contrib/admin/utils.py                      |   2 +-
 django/contrib/auth/hashers.py                     |   2 +-
 django/contrib/gis/templates/gis/openlayers.html   |   5 +-
 django/db/backends/postgresql_psycopg2/schema.py   |   4 +-
 django/db/models/lookups.py                        |   8 ++
 django/db/models/sql/where.py                      |  16 ++-
 django/dispatch/dispatcher.py                      |   6 +-
 django/utils/functional.py                         |  20 ++++
 django/utils/translation/trans_real.py             |   3 +
 docs/howto/deployment/wsgi/modwsgi.txt             |   7 +-
 docs/intro/reusable-apps.txt                       |   1 +
 docs/ref/csrf.txt                                  |   2 +-
 docs/ref/databases.txt                             |   2 +-
 docs/releases/1.8.9.txt                            |  39 ++++++++
 docs/releases/index.txt                            |   1 +
 docs/topics/i18n/translation.txt                   |  24 ++---
 docs/topics/security.txt                           |   3 +-
 setup.cfg                                          |   2 +-
 tests/admin_scripts/tests.py                       |   1 +
 tests/admin_views/admin.py                         |  23 +++--
 tests/admin_views/models.py                        |   7 +-
 tests/admin_views/tests.py                         |  82 +++++++++++++---
 tests/expressions_case/tests.py                    |  13 ++-
 .../templates/forms_tests/article_form.html        |   2 +-
 tests/gis_tests/distapp/tests.py                   |   2 +-
 tests/gis_tests/geogapp/tests.py                   |  10 +-
 tests/gis_tests/test_geoforms.py                   |   5 +-
 tests/i18n/tests.py                                |   4 +
 tests/migrations/test_writer.py                    |   2 +
 tests/schema/tests.py                              | 108 +++++++++++++--------
 tests/templates/form_view.html                     |   2 +-
 tests/templates/login.html                         |   2 +-
 tests/utils_tests/test_dateformat.py               |   3 +
 tests/utils_tests/test_lazyobject.py               |  85 ++++++++++++++--
 43 files changed, 403 insertions(+), 123 deletions(-)
 create mode 100644 docs/releases/1.8.9.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