[Python-modules-commits] [django-filter] 02/05: Update upstream source from tag 'upstream/1.1.0'

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jan 10 12:59:41 UTC 2018


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

terceiro pushed a commit to branch debian/master
in repository django-filter.

commit 3abf4543700c2b73b7199cdcc9bc41b52c4eab12
Merge: e3b2a3d 7dbc6ce
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Nov 30 15:39:47 2017 -0200

    Update upstream source from tag 'upstream/1.1.0'
    
    Update to upstream version '1.1.0'
    with Debian dir bcce6013130a48373fd4041022665b62da1d195f

 CHANGES.rst                                    |  23 ++++
 PKG-INFO                                       |   9 +-
 README.rst                                     |   6 +-
 django_filter.egg-info/PKG-INFO                |   9 +-
 django_filter.egg-info/SOURCES.txt             |   1 +
 django_filters/__init__.py                     |  12 +-
 django_filters/conf.py                         |   1 -
 django_filters/fields.py                       | 121 +++++++++++++++++-
 django_filters/filters.py                      | 156 +++++++++++++----------
 django_filters/filterset.py                    |  88 ++++++++-----
 django_filters/locale/pl/LC_MESSAGES/django.po | 170 ++++++++++++++++++++++---
 django_filters/rest_framework/backends.py      |   8 +-
 django_filters/rest_framework/filterset.py     |   7 +-
 django_filters/utils.py                        |   6 +-
 django_filters/views.py                        |  13 +-
 django_filters/widgets.py                      |  70 ++++++++--
 docs/conf.py                                   |   4 +-
 docs/dev/tests.txt                             |  23 ++++
 docs/guide/install.txt                         |   6 +-
 docs/guide/migration.txt                       |  38 +++++-
 docs/guide/rest_framework.txt                  |   4 +-
 docs/ref/filters.txt                           |   3 +-
 docs/ref/widgets.txt                           |  25 ++++
 setup.cfg                                      |  10 +-
 setup.py                                       |   3 +-
 tests/models.py                                |   4 +-
 tests/rest_framework/test_backends.py          |  31 ++++-
 tests/rest_framework/test_filters.py           |   2 +-
 tests/rest_framework/test_filterset.py         |   6 +-
 tests/rest_framework/test_integration.py       |  17 ++-
 tests/settings.py                              |   1 -
 tests/test_conf.py                             |   5 +-
 tests/test_deprecations.py                     |  54 ++++++++
 tests/test_fields.py                           |  92 +++++++------
 tests/test_filtering.py                        | 137 +++++++++++++++-----
 tests/test_filters.py                          | 159 ++++++++++++++++-------
 tests/test_filterset.py                        |  64 +++++-----
 tests/test_forms.py                            |  14 +-
 tests/test_utils.py                            |  22 ++--
 tests/test_views.py                            |   5 +-
 tests/test_widgets.py                          |  85 +++++++++++--
 tests/urls.py                                  |   5 +-
 42 files changed, 1144 insertions(+), 375 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-filter.git



More information about the Python-modules-commits mailing list