[Python-modules-commits] [python-django] branch debian/sid updated (017883c -> 6ce53e8)

Raphaël Hertzog hertzog at moszumanska.debian.org
Mon Mar 9 20:59:06 UTC 2015


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

hertzog pushed a change to branch debian/sid
in repository python-django.

      from  017883c   New upstream bugfix release: https://docs.djangoproject.com/en/1.7/releases/1.7.5/
       new  c2ec6c3   Imported Upstream version 1.7.6
       new  e7c257d   Merge tag 'upstream/1.7.6' into debian/sid
       new  6ce53e8   New upstream security release

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                       |  1 +
 PKG-INFO                                          |  2 +-
 debian/changelog                                  |  9 +++
 django/__init__.py                                |  2 +-
 django/contrib/admin/helpers.py                   |  2 +-
 django/db/backends/schema.py                      |  6 +-
 django/db/models/fields/related.py                |  3 +
 docs/howto/auth-remote-user.txt                   | 12 ++++
 docs/howto/custom-template-tags.txt               |  2 +-
 docs/howto/deployment/wsgi/modwsgi.txt            | 12 +++-
 docs/intro/tutorial01.txt                         |  4 +-
 docs/ref/class-based-views/generic-date-based.txt |  4 --
 docs/ref/templates/builtins.txt                   |  8 ++-
 docs/releases/1.7.6.txt                           | 30 +++++++++
 docs/releases/index.txt                           |  1 +
 docs/topics/auth/default.txt                      | 82 ++++++++++++++++++++---
 docs/topics/forms/modelforms.txt                  | 21 +++++-
 tests/admin_views/admin.py                        |  2 +-
 tests/admin_views/models.py                       |  7 ++
 tests/admin_views/tests.py                        |  9 +++
 tests/m2m_regress/tests.py                        |  4 ++
 tests/schema/models.py                            |  9 +++
 tests/schema/tests.py                             | 36 +++++++++-
 24 files changed, 233 insertions(+), 37 deletions(-)
 create mode 100644 docs/releases/1.7.6.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