[Python-modules-commits] [django-filter] 02/05: Merge tag 'upstream/1.0.4' into debian/master

Brian May bam at moszumanska.debian.org
Sun Jul 2 21:42:47 UTC 2017


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

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

commit 5b39b3c4e4bb4c958fe36a1964c2d952368ce089
Merge: cc751c3 db8ca74
Author: Brian May <bam at debian.org>
Date:   Mon Jul 3 07:33:41 2017 +1000

    Merge tag 'upstream/1.0.4' into debian/master
    
    Upstream version 1.0.4

 CHANGES.rst                                        |  135 ++
 MANIFEST.in                                        |    5 +-
 PKG-INFO                                           |   79 +-
 README.rst                                         |   67 +-
 django_filter.egg-info/PKG-INFO                    |   79 +-
 django_filter.egg-info/SOURCES.txt                 |   46 +-
 django_filters/__init__.py                         |   10 +-
 django_filters/compat.py                           |   54 +
 django_filters/conf.py                             |  118 ++
 django_filters/constants.py                        |   24 +
 django_filters/exceptions.py                       |    9 +
 django_filters/fields.py                           |   38 +-
 django_filters/filters.py                          |  454 +++++--
 django_filters/filterset.py                        |  522 ++++----
 django_filters/locale/es_ES/LC_MESSAGES/django.mo  |  Bin 0 -> 2247 bytes
 django_filters/locale/es_ES/LC_MESSAGES/django.po  |  185 +++
 django_filters/locale/ru/LC_MESSAGES/django.mo     |  Bin 0 -> 864 bytes
 django_filters/locale/ru/LC_MESSAGES/django.po     |   48 +
 django_filters/rest_framework/__init__.py          |    5 +
 django_filters/rest_framework/backends.py          |  104 ++
 django_filters/rest_framework/filters.py           |   10 +
 django_filters/rest_framework/filterset.py         |   51 +
 .../django_filters/rest_framework/crispy_form.html |    5 +
 .../django_filters/rest_framework/form.html        |    6 +
 .../django_filters/widgets/multiwidget.html        |    1 +
 django_filters/utils.py                            |  219 +++-
 django_filters/views.py                            |    9 +-
 django_filters/widgets.py                          |   88 +-
 docs/assets/form.png                               |  Bin 0 -> 13678 bytes
 docs/conf.py                                       |   16 +-
 docs/dev/tests.txt                                 |   67 +
 docs/guide/install.txt                             |   34 +
 docs/guide/migration.txt                           |  197 +++
 docs/guide/rest_framework.txt                      |  189 +++
 docs/guide/tips.txt                                |  246 ++++
 docs/{ => guide}/usage.txt                         |  202 +--
 docs/index.txt                                     |   20 +-
 docs/install.txt                                   |    8 -
 docs/ref/fields.txt                                |    9 +-
 docs/ref/filters.txt                               |  366 +++++-
 docs/ref/filterset.txt                             |  199 +--
 docs/ref/settings.txt                              |  102 +-
 docs/ref/widgets.txt                               |   21 +-
 docs/tests.txt                                     |   56 -
 requirements/maintainer.txt                        |    7 +-
 requirements/test-ci.txt                           |    7 +
 requirements/test.txt                              |    7 +-
 requirements/travis-ci.txt                         |    3 -
 runshell.py                                        |    7 +-
 setup.cfg                                          |    2 +-
 setup.py                                           |   21 +-
 tests/__init__.pyc                                 |  Bin 156 -> 0 bytes
 tests/models.py                                    |   40 +-
 tests/models.pyc                                   |  Bin 9899 -> 0 bytes
 tests/rest_framework/__init__.py                   |    1 +
 tests/rest_framework/apps.py                       |    8 +
 tests/rest_framework/models.py                     |   28 +
 .../rest_framework/templates/filter_template.html  |    1 +
 tests/rest_framework/test_backends.py              |  206 +++
 tests/rest_framework/test_filters.py               |   15 +
 tests/rest_framework/test_filterset.py             |   45 +
 tests/rest_framework/test_integration.py           |  401 ++++++
 tests/settings.py                                  |   23 +-
 tests/tags                                         | 1339 ++++++++++++++++++++
 tests/test_conf.py                                 |  142 +++
 tests/test_fields.py                               |   66 +-
 tests/test_fields.pyc                              |  Bin 7374 -> 0 bytes
 tests/test_filtering.py                            |  597 ++++++---
 tests/test_filtering.pyc                           |  Bin 85692 -> 0 bytes
 tests/test_filters.py                              |  595 +++++++--
 tests/test_filters.pyc                             |  Bin 37952 -> 0 bytes
 tests/test_filterset.py                            |  481 ++++---
 tests/test_filterset.pyc                           |  Bin 44817 -> 0 bytes
 tests/test_forms.py                                |  177 +--
 tests/test_forms.pyc                               |  Bin 19175 -> 0 bytes
 tests/test_utils.py                                |  224 +++-
 tests/test_views.py                                |   30 +
 tests/test_views.pyc                               |  Bin 4760 -> 0 bytes
 tests/test_widgets.py                              |  155 ++-
 tests/test_widgets.pyc                             |  Bin 6252 -> 0 bytes
 tests/urls.py                                      |    4 +-
 tests/urls.pyc                                     |  Bin 635 -> 0 bytes
 82 files changed, 7278 insertions(+), 1457 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