[Python-modules-commits] [python-django] branch upstream/1.7.x updated (4fc6013 -> 964a50e)
Luke Faraone
lfaraone at moszumanska.debian.org
Fri Jan 16 05:45:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
lfaraone pushed a change to branch upstream/1.7.x
in repository python-django.
from 4fc6013 Imported Upstream version 1.7.2
adds 964a50e Imported Upstream version 1.7.3
No new revisions were added by this update.
Summary of changes:
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(-)
create mode 100644 docs/releases/1.4.18.txt
create mode 100644 docs/releases/1.6.10.txt
create mode 100644 docs/releases/1.7.3.txt
create mode 100644 tests/servers/test_basehttp.py
create mode 100644 tests/view_tests/media/long-line.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