[Python-modules-commits] [python-django] branch upstream/1.7.x updated (964a50e -> bd3fd2f)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Wed Jan 28 09:18:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch upstream/1.7.x
in repository python-django.
from 964a50e Imported Upstream version 1.7.3
new bd3fd2f Imported Upstream version 1.7.4
The 1 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 +-
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 +-
43 files changed, 627 insertions(+), 169 deletions(-)
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