[Python-modules-commits] [python-django] branch debian/experimental updated (459109c -> 6805187)

Raphaël Hertzog hertzog at moszumanska.debian.org
Wed Jan 28 09:18:45 UTC 2015


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

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

      from  459109c   Add patch fix-24193-python34-test-failure.diff to fix a test failure with Python3.4.
       new  bd3fd2f   Imported Upstream version 1.7.4
       new  45bc370   Merge tag 'upstream/1.7.4' into debian/experimental
       new  6805187   New upstream bugfix 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                        |   3 +
 PKG-INFO                                           |   2 +-
 debian/changelog                                   |   7 +
 .../patches/fix-24193-python34-test-failure.diff   | 124 -----------------
 debian/patches/series                              |   1 -
 django/__init__.py                                 |   2 +-
 django/contrib/auth/management/__init__.py         |   5 +
 django/contrib/auth/tests/test_management.py       |  20 ++-
 django/contrib/contenttypes/management.py          |   5 +
 django/contrib/contenttypes/tests/tests.py         |  23 +++-
 django/contrib/sessions/tests.py                   |   5 +-
 django/db/backends/schema.py                       |  29 ++--
 django/db/backends/sqlite3/schema.py               |   9 +-
 django/db/migrations/loader.py                     |  12 ++
 django/db/migrations/operations/models.py          |  21 +++
 django/http/__init__.py                            |   5 +-
 django/http/response.py                            |  18 +++
 django/views/static.py                             |   8 +-
 docs/howto/custom-management-commands.txt          |  14 +-
 docs/internals/deprecation.txt                     |  35 ++++-
 docs/internals/release-process.txt                 |   6 +-
 docs/intro/tutorial01.txt                          |  12 +-
 docs/intro/tutorial03.txt                          |   2 +-
 docs/ref/contrib/admin/index.txt                   |   4 +-
 docs/ref/contrib/contenttypes.txt                  |  25 +++-
 docs/ref/contrib/sites.txt                         |  10 +-
 docs/ref/models/querysets.txt                      |  19 +--
 docs/ref/utils.txt                                 |  12 +-
 docs/releases/1.4.19.txt                           |  16 +++
 docs/releases/1.7.4.txt                            |  26 ++++
 docs/releases/1.7.txt                              |  36 ++++-
 docs/releases/index.txt                            |   2 +
 docs/topics/http/shortcuts.txt                     |   4 +-
 docs/topics/http/views.txt                         |   7 +-
 docs/topics/testing/tools.txt                      |   2 +-
 setup.cfg                                          |   2 +-
 tests/i18n/test_extraction.py                      |   7 +-
 tests/migrations/test_operations.py                |  26 ++++
 tests/migrations/test_writer.py                    | 112 +++++++--------
 tests/model_regress/tests.py                       |  18 +--
 tests/requests/tests.py                            |   3 +-
 tests/schema/fields.py                             |  54 ++++++++
 tests/schema/models.py                             |  10 ++
 tests/schema/tests.py                              | 153 ++++++++++++++++++++-
 tests/view_tests/tests/test_static.py              |  10 +-
 46 files changed, 634 insertions(+), 294 deletions(-)
 delete mode 100644 debian/patches/fix-24193-python34-test-failure.diff
 create mode 100644 docs/releases/1.4.19.txt
 create mode 100644 docs/releases/1.7.4.txt
 create mode 100644 tests/schema/fields.py

-- 
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