[Python-modules-commits] [django-filter] branch upstream updated (db8ca74 -> 7dbc6ce)

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


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

terceiro pushed a change to branch upstream
in repository django-filter.

      from  db8ca74   New upstream version 1.0.4
      adds  7dbc6ce   New upstream version 1.1.0

No new revisions were added by this update.

Summary of changes:
 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(-)
 create mode 100644 tests/test_deprecations.py

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