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

Luke Faraone lfaraone at moszumanska.debian.org
Fri Jan 16 05:44:52 UTC 2015


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

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

commit 2a1ea011cb4a270eb6dae36dc161105e9828131d
Merge: d3363c0 964a50e
Author: Luke Faraone <lfaraone at debian.org>
Date:   Thu Jan 15 21:40:57 2015 -0800

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

 Django.egg-info/PKG-INFO                  |  2 +-
 Django.egg-info/SOURCES.txt               |  5 ++
 PKG-INFO                                  |  2 +-
 django/__init__.py                        |  2 +-
 django/conf/locale/el/formats.py          | 36 ++++++++----
 django/contrib/auth/decorators.py         |  5 +-
 django/contrib/auth/hashers.py            |  4 +-
 django/contrib/auth/tests/test_hashers.py |  6 +-
 django/contrib/auth/tests/test_views.py   | 26 ++++++++-
 django/core/servers/basehttp.py           | 11 ++++
 django/db/migrations/migration.py         | 40 +++++++++-----
 django/forms/models.py                    | 28 ++++++++--
 django/middleware/csrf.py                 |  6 +-
 django/shortcuts.py                       |  7 +++
 django/utils/http.py                      |  1 +
 django/views/static.py                    |  5 +-
 docs/howto/auth-remote-user.txt           | 16 ++++++
 docs/index.txt                            | 12 ++--
 docs/ref/contrib/admin/index.txt          |  2 +-
 docs/ref/schema-editor.txt                | 17 ++++++
 docs/releases/1.4.18.txt                  | 68 +++++++++++++++++++++++
 docs/releases/1.6.10.txt                  | 69 +++++++++++++++++++++++
 docs/releases/1.7.3.txt                   | 91 +++++++++++++++++++++++++++++++
 docs/releases/index.txt                   |  3 +
 docs/spelling_wordlist                    |  1 +
 docs/topics/forms/index.txt               |  4 +-
 docs/topics/migrations.txt                | 67 +++++++++++++++++++++++
 tests/csrf_tests/tests.py                 |  5 ++
 tests/logging_tests/tests.py              | 16 ++++--
 tests/migrations/test_operations.py       | 28 ++++++----
 tests/model_forms/tests.py                | 21 +++++++
 tests/resolve_url/tests.py                | 12 +++-
 tests/resolve_url/urls.py                 |  5 +-
 tests/runtests.py                         |  5 ++
 tests/servers/test_basehttp.py            | 67 +++++++++++++++++++++++
 tests/test_runner/tests.py                |  2 +-
 tests/utils_tests/test_http.py            |  3 +-
 tests/view_tests/media/long-line.txt      |  1 +
 tests/view_tests/tests/test_static.py     | 10 +++-
 39 files changed, 632 insertions(+), 79 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