[Python-modules-commits] [djangorestframework-gis] branch upstream updated (a8f69a9 -> 2e7c34d)

Brian May bam at moszumanska.debian.org
Fri Oct 23 08:54:31 UTC 2015


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

bam pushed a change to branch upstream
in repository djangorestframework-gis.

      from  a8f69a9   Imported Upstream version 0.8
      adds  2e7c34d   Import djangorestframework-gis_0.9.5.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 .coveragerc                                        |   3 +
 .gitignore                                         |   4 +-
 .travis.yml                                        |  20 +-
 AUTHORS                                            |   1 +
 CHANGES.rst                                        | 104 ++++++++
 CONTRIBUTING.rst                                   |   5 +
 LICENSE                                            |   0
 MANIFEST.in                                        |   2 +-
 README.rst                                         | 263 ++++++++++++++++++---
 performance_tests.rst                              |  33 +++
 requirements-test.txt                              |   3 +-
 requirements.txt                                   |   2 +-
 rest_framework_gis/__init__.py                     |  29 ++-
 rest_framework_gis/apps.py                         |  38 +++
 rest_framework_gis/fields.py                       |  63 +++--
 rest_framework_gis/filters.py                      |  64 ++---
 rest_framework_gis/filterset.py                    |   5 +-
 rest_framework_gis/pagination.py                   |  20 ++
 rest_framework_gis/parsers.py                      |   1 -
 rest_framework_gis/serializers.py                  | 189 +++++++++------
 rest_framework_gis/tilenames.py                    |  22 +-
 rest_framework_gis/utils.py                        |   5 +
 runtests.py                                        |   4 +-
 setup.cfg                                          |   2 +
 setup.py                                           |   6 +-
 tests/__init__.py                                  |   0
 tests/django_restframework_gis_tests/admin.py      |   0
 tests/django_restframework_gis_tests/models.py     |  34 ++-
 .../django_restframework_gis_tests/serializers.py  |  83 +++++--
 tests/django_restframework_gis_tests/test_bbox.py  |  81 +++++++
 .../django_restframework_gis_tests/test_filters.py |  79 +++++--
 .../test_performance.py                            |  46 ++++
 tests/django_restframework_gis_tests/tests.py      | 213 ++++++++++++-----
 tests/django_restframework_gis_tests/urls.py       |  14 +-
 tests/django_restframework_gis_tests/views.py      |  68 +++++-
 tests/local_settings.example.py                    |  16 +-
 tests/settings.py                                  |   7 +
 tests/urls.py                                      |   0
 38 files changed, 1231 insertions(+), 298 deletions(-)
 create mode 100644 .coveragerc
 mode change 100755 => 100644 .gitignore
 mode change 100755 => 100644 .travis.yml
 mode change 100755 => 100644 AUTHORS
 create mode 100644 CHANGES.rst
 create mode 100644 CONTRIBUTING.rst
 mode change 100755 => 100644 LICENSE
 mode change 100755 => 100644 MANIFEST.in
 mode change 100755 => 100644 README.rst
 create mode 100644 performance_tests.rst
 mode change 100755 => 100644 requirements.txt
 mode change 100755 => 100644 rest_framework_gis/__init__.py
 create mode 100644 rest_framework_gis/apps.py
 mode change 100755 => 100644 rest_framework_gis/fields.py
 mode change 100755 => 100644 rest_framework_gis/filters.py
 mode change 100755 => 100644 rest_framework_gis/filterset.py
 create mode 100644 rest_framework_gis/pagination.py
 delete mode 100644 rest_framework_gis/parsers.py
 mode change 100755 => 100644 rest_framework_gis/serializers.py
 mode change 100755 => 100644 rest_framework_gis/tilenames.py
 create mode 100644 rest_framework_gis/utils.py
 create mode 100644 setup.cfg
 mode change 100755 => 100644 setup.py
 mode change 100755 => 100644 tests/__init__.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/admin.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/models.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/serializers.py
 create mode 100644 tests/django_restframework_gis_tests/test_bbox.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/test_filters.py
 create mode 100644 tests/django_restframework_gis_tests/test_performance.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/tests.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/urls.py
 mode change 100755 => 100644 tests/django_restframework_gis_tests/views.py
 mode change 100755 => 100644 tests/local_settings.example.py
 mode change 100755 => 100644 tests/settings.py
 mode change 100755 => 100644 tests/urls.py

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