[Python-modules-commits] [python-django] branch debian/jessie-backports updated (c915b27 -> cea8efc)
Raphaël Hertzog
hertzog at moszumanska.debian.org
Tue Jan 5 13:37:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a change to branch debian/jessie-backports
in repository python-django.
from c915b27 Rebuild for jessie-backports.
new f2f4a50 record new upstream branch created by importing python-django_1.8.8.orig.tar.gz
new 8e72530 Import python-django_1.8.8.orig.tar.gz
new ce6fdaf Merge branch 'upstream/1.8.x' into debian/jessie-backports
new 6d6945a Disable creation of _sources directory by Sphinx
new b59233d Use Debian GeoIP database path as default
new aba3a7c Fix #25761 -- re-raised exceptions need __cause__.__traceback__
new 5cf8c85 merge debian/patched-jessie-backports into debian/jessie-backports
new a1c6860 New upstream release of Django 1.8.x (LTS version).
new 6e52f53 Add some DEP-8 tests
new cea8efc Improve DEP-8 tests
The 10 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 | 3 +-
Django.egg-info/SOURCES.txt | 5 +
PKG-INFO | 3 +-
debian/.git-dpm | 14 +-
debian/changelog | 9 +
.../patches/02_disable-sources-in-sphinxdoc.diff | 2 +-
.../06_use_debian_geoip_database_as_default.diff | 2 +-
.../fix-25761-add-traceback-attribute.patch | 2 +-
debian/tests/control | 9 +
debian/tests/django-admin | 34 ++++
debian/tests/test-suite | 11 ++
django/__init__.py | 2 +-
django/conf/project_template/project_name/urls.py | 3 +-
django/contrib/admin/helpers.py | 1 +
.../contrib/gis/management/commands/inspectdb.py | 4 +-
django/contrib/postgres/fields/array.py | 6 +-
django/core/cache/backends/base.py | 2 +-
django/core/management/commands/inspectdb.py | 8 +-
django/core/management/commands/loaddata.py | 10 +
django/db/backends/postgresql_psycopg2/schema.py | 62 ++++--
django/db/migrations/operations/models.py | 1 +
django/db/migrations/operations/special.py | 2 +-
django/db/models/expressions.py | 3 +-
django/db/models/fields/files.py | 2 +-
django/db/models/fields/subclassing.py | 2 +-
django/utils/cache.py | 1 +
django/utils/formats.py | 8 +-
django/utils/translation/trans_real.py | 33 ++--
docs/faq/install.txt | 2 +-
docs/howto/custom-lookups.txt | 8 +-
docs/howto/static-files/deployment.txt | 2 +-
docs/intro/tutorial03.txt | 14 +-
docs/man/django-admin.1 | 2 +-
docs/ref/contrib/gis/geos.txt | 12 +-
docs/ref/contrib/postgres/fields.txt | 4 +-
docs/ref/django-admin.txt | 4 +-
docs/ref/forms/validation.txt | 2 +-
docs/ref/models/fields.txt | 2 +-
docs/ref/models/relations.txt | 2 +-
docs/ref/templates/api.txt | 7 +-
docs/releases/1.7.txt | 4 +-
docs/releases/1.8.8.txt | 60 ++++++
docs/releases/1.8.txt | 18 ++
docs/releases/index.txt | 1 +
docs/releases/security.txt | 213 ++++++++++++++++-----
docs/topics/auth/customizing.txt | 10 +-
docs/topics/auth/default.txt | 2 +-
docs/topics/db/managers.txt | 4 +-
docs/topics/files.txt | 4 +-
docs/topics/http/shortcuts.txt | 9 +-
docs/topics/i18n/formatting.txt | 5 +-
setup.py | 1 +
tests/admin_views/admin.py | 4 +-
tests/admin_views/models.py | 2 +
tests/admin_views/tests.py | 25 ++-
tests/admin_widgets/tests.py | 2 +
tests/decorators/tests.py | 12 ++
tests/expressions_case/tests.py | 12 ++
tests/fixtures/tests.py | 14 +-
.../i18n/commands/locale/xxx/LC_MESSAGES/django.mo | Bin 0 -> 457 bytes
.../locale/{ja => xxx}/LC_MESSAGES/django.po | 10 +-
.../i18n/other/locale/fr}/__init__.py | 0
tests/i18n/other/locale/fr/formats.py | 2 +
tests/i18n/tests.py | 28 ++-
tests/inspectdb/models.py | 9 +-
tests/inspectdb/tests.py | 13 +-
tests/migrations/test_operations.py | 84 ++++++++
tests/postgres_tests/test_array.py | 7 +
tests/schema/tests.py | 68 +++++++
tests/urlpatterns_reverse/tests.py | 2 +-
71 files changed, 760 insertions(+), 171 deletions(-)
create mode 100644 debian/tests/control
create mode 100755 debian/tests/django-admin
create mode 100755 debian/tests/test-suite
create mode 100644 docs/releases/1.8.8.txt
create mode 100644 tests/i18n/commands/locale/xxx/LC_MESSAGES/django.mo
copy tests/i18n/commands/locale/{ja => xxx}/LC_MESSAGES/django.po (72%)
copy {django/conf/app_template => tests/i18n/other/locale/fr}/__init__.py (100%)
create mode 100644 tests/i18n/other/locale/fr/formats.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