[Python-modules-commits] [djangorestframework-gis] branch master updated (24b1ed4 -> ca38be5)
Michael Fladischer
fladi at moszumanska.debian.org
Wed Nov 23 21:05:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository djangorestframework-gis.
from 24b1ed4 change target to unstable
new a6186ab record new upstream branch created by importing djangorestframework-gis_0.11.orig.tar.gz
new 5fd992e Import djangorestframework-gis_0.11.orig.tar.gz
new 7695f49 Use spatialite backend for tests.
new a54af50 Do not import local settings for tests.
new a00e23a Add TEMPLATES setting for Django 1.8+.
new e1563b6 merge patched into master
new 776a55b change version to 0.11-1 (UNRELEASED) New upstream release. change urgency to low
new ca38be5 change target to unstable
The 8 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 +
CHANGES.rst | 8 ++
PKG-INFO | 2 +-
README.rst | 11 ++-
debian/.git-dpm | 14 +--
debian/changelog | 6 ++
...02-Do-not-import-local-settings-for-tests.patch | 6 +-
...003-Add-TEMPLATES-setting-for-Django-1.8.patch} | 6 +-
.../0003-Fix-URL-config-for-Django-1.8.patch | 94 --------------------
debian/patches/series | 3 +-
debian/patches/spatialite.patch | 6 +-
djangorestframework_gis.egg-info/PKG-INFO | 2 +-
djangorestframework_gis.egg-info/SOURCES.txt | 4 +-
djangorestframework_gis.egg-info/requires.txt | 2 +-
requirements.txt | 2 +-
rest_framework_gis/__init__.py | 2 +-
rest_framework_gis/filters.py | 6 +-
setup.cfg | 2 +-
.../migrations/0001_initial.py | 58 +++++++++++++
.../migrations}/__init__.py | 0
.../django_restframework_gis_tests/serializers.py | 6 ++
tests/django_restframework_gis_tests/tests.py | 4 +-
tests/django_restframework_gis_tests/urls.py | 99 +++++++++++++++++-----
tests/local_settings.py | 1 +
tests/settings.py | 20 +++++
tests/urls.py | 7 +-
26 files changed, 219 insertions(+), 153 deletions(-)
rename debian/patches/{0004-Add-TEMPLATES-setting-for-Django-1.8.patch => 0003-Add-TEMPLATES-setting-for-Django-1.8.patch} (88%)
delete mode 100644 debian/patches/0003-Fix-URL-config-for-Django-1.8.patch
create mode 100644 tests/django_restframework_gis_tests/migrations/0001_initial.py
copy tests/{ => django_restframework_gis_tests/migrations}/__init__.py (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djangorestframework-gis.git
More information about the Python-modules-commits
mailing list