[Python-modules-commits] [python-django] branch debian/experimental updated (d3363c0 -> 7d67ca2)

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


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

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

      from  d3363c0   New minor upstream release.
       new  964a50e   Imported Upstream version 1.7.3
       new  2a1ea01   Merge tag 'upstream/1.7.3' into debian/experimental
       new  7d67ca2   Changelog for new version

The 3 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               |  5 ++
 PKG-INFO                                  |  2 +-
 debian/changelog                          | 10 ++++
 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 +++-
 40 files changed, 642 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