[Python-modules-commits] [python-django] branch debian/experimental updated (3454e04 -> e137138)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Tue Oct 13 10:20:25 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 3454e04 git-dpm config
new 5c2bbb7 Add README.source with explanations about our git workflow
new 6a82196 record new upstream branch created by importing python-django_1.8.5.orig.tar.gz
new 498fc87 Import python-django_1.8.5.orig.tar.gz
new 3928fb4 Disable creation of _sources directory by Sphinx
new 8ab2975 Use Debian GeoIP database path as default
new 9c43cbf merge debian/patched-experimental into debian/experimental
new d97c897 Add new changelog entry
new 658246c Add a lintian override for a false positive
new e137138 Update patched tag format to match DEP-14 recommendation
The 9 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:
AUTHORS | 1 +
Django.egg-info/PKG-INFO | 2 +-
Django.egg-info/SOURCES.txt | 1 +
Django.egg-info/requires.txt | 3 +-
PKG-INFO | 2 +-
debian/.git-dpm | 16 +--
debian/README.source | 28 ++++
debian/changelog | 7 +
.../patches/02_disable-sources-in-sphinxdoc.diff | 2 +-
.../06_use_debian_geoip_database_as_default.diff | 2 +-
debian/source/lintian-overrides | 2 +
django/__init__.py | 2 +-
django/contrib/admin/tests.py | 7 +
django/contrib/admin/utils.py | 7 +-
django/contrib/gis/maps/google/overlays.py | 10 +-
django/core/cache/backends/base.py | 2 +-
django/core/management/__init__.py | 19 ++-
django/core/management/base.py | 1 +
django/core/management/commands/runserver.py | 4 +
django/core/urlresolvers.py | 5 +-
django/db/backends/base/creation.py | 2 +-
django/db/backends/mysql/schema.py | 3 +-
django/db/backends/oracle/creation.py | 52 ++++---
django/db/backends/sqlite3/introspection.py | 5 +-
django/db/migrations/questioner.py | 4 +-
django/db/migrations/state.py | 2 +-
django/db/migrations/writer.py | 2 +-
django/db/models/aggregates.py | 4 +-
django/db/models/expressions.py | 8 ++
django/db/models/fields/related.py | 12 +-
django/db/models/query.py | 4 +-
django/db/models/sql/compiler.py | 2 +-
django/db/models/sql/query.py | 3 +-
django/db/transaction.py | 7 -
django/forms/models.py | 14 +-
django/forms/utils.py | 2 +-
django/utils/autoreload.py | 23 ++-
django/utils/functional.py | 56 ++++----
django/utils/ipv6.py | 2 +-
django/utils/translation/__init__.py | 4 +-
docs/howto/custom-template-tags.txt | 8 +-
docs/howto/deployment/wsgi/modwsgi.txt | 6 +-
docs/howto/static-files/index.txt | 6 +-
.../contributing/writing-code/unit-tests.txt | 6 +-
docs/internals/deprecation.txt | 11 +-
docs/internals/team.txt | 4 +-
docs/intro/tutorial01.txt | 13 +-
docs/ref/applications.txt | 15 +-
docs/ref/class-based-views/generic-date-based.txt | 26 ++--
docs/ref/class-based-views/index.txt | 2 +-
docs/ref/contrib/admin/index.txt | 7 +
docs/ref/contrib/contenttypes.txt | 47 +++---
docs/ref/contrib/gis/install/geolibs.txt | 2 +-
docs/ref/contrib/gis/install/index.txt | 26 +++-
docs/ref/contrib/gis/tutorial.txt | 4 +-
docs/ref/contrib/messages.txt | 2 +-
docs/ref/contrib/sites.txt | 2 +-
docs/ref/contrib/syndication.txt | 3 +-
docs/ref/csrf.txt | 6 +-
docs/ref/databases.txt | 32 +++--
docs/ref/django-admin.txt | 11 +-
docs/ref/migration-operations.txt | 32 ++++-
docs/ref/models/querysets.txt | 10 +-
docs/ref/request-response.txt | 8 +-
docs/ref/settings.txt | 27 +++-
docs/ref/templates/api.txt | 7 +
docs/ref/templates/builtins.txt | 25 ++--
docs/ref/unicode.txt | 6 +
docs/ref/utils.txt | 2 +-
docs/releases/1.8.5.txt | 60 ++++++++
docs/releases/1.8.txt | 11 +-
docs/releases/index.txt | 1 +
docs/spelling_wordlist | 5 +
docs/topics/auth/default.txt | 4 +-
docs/topics/class-based-views/generic-display.txt | 2 +-
docs/topics/class-based-views/index.txt | 2 +-
docs/topics/class-based-views/intro.txt | 4 +-
docs/topics/class-based-views/mixins.txt | 5 +-
docs/topics/db/aggregation.txt | 4 +-
docs/topics/db/examples/one_to_one.txt | 2 +-
docs/topics/db/models.txt | 8 +-
docs/topics/db/sql.txt | 42 ++++--
docs/topics/db/transactions.txt | 14 +-
docs/topics/forms/index.txt | 3 +
docs/topics/http/urls.txt | 2 +-
docs/topics/i18n/translation.txt | 5 +-
docs/topics/install.txt | 149 +++----------------
docs/topics/logging.txt | 4 +-
docs/topics/security.txt | 15 +-
docs/topics/settings.txt | 4 +-
docs/topics/testing/advanced.txt | 47 +++---
docs/topics/testing/overview.txt | 26 ++--
docs/topics/testing/tools.txt | 19 ++-
setup.cfg | 2 +-
tests/admin_views/admin.py | 6 +-
tests/admin_views/tests.py | 20 ++-
tests/admin_widgets/tests.py | 21 ++-
tests/aggregation/tests.py | 6 +
tests/aggregation_regress/tests.py | 2 +-
tests/custom_managers/tests.py | 4 +
tests/expressions/tests.py | 1 +
tests/i18n/tests.py | 3 +
tests/m2m_regress/models.py | 11 ++
tests/m2m_regress/tests.py | 13 +-
tests/migrations/test_autodetector.py | 12 +-
tests/migrations/test_state.py | 7 +
tests/model_formsets/models.py | 4 +
tests/model_meta/results.py | 20 +--
tests/model_meta/tests.py | 2 +-
tests/one_to_one/models.py | 2 +-
tests/one_to_one/tests.py | 20 ++-
tests/queries/models.py | 1 +
tests/queries/tests.py | 30 +++-
tests/requirements/mysql.txt | 3 +-
tests/requirements/py2.txt | 3 +-
tests/schema/tests.py | 12 ++
tests/test_runner/test_debug_sql.py | 24 ++--
tests/transactions/tests.py | 17 ++-
tests/utils_tests/models.py | 4 +
tests/utils_tests/test_autoreload.py | 157 ++++++++++++++++-----
tests/utils_tests/test_lazyobject.py | 92 ++++++++++++
tests/validators/valid_urls.txt | 2 +-
122 files changed, 1063 insertions(+), 566 deletions(-)
create mode 100644 debian/README.source
create mode 100644 debian/source/lintian-overrides
create mode 100644 docs/releases/1.8.5.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