[Python-modules-commits] [django-filter] branch debian/master updated (e3b2a3d -> a78b193)

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


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

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

      from  e3b2a3d   Update changelog for release
       new  7dbc6ce   New upstream version 1.1.0
       new  3abf454   Update upstream source from tag 'upstream/1.1.0'
       new  a2bc245   New upstream version 1.1.0
       new  4964563   Refresh patches
       new  a78b193   release to unstable

The 5 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:
 CHANGES.rst                                        |  23 +++
 PKG-INFO                                           |   9 +-
 README.rst                                         |   6 +-
 debian/changelog                                   |   7 +
 ...ue-of-Language-fields-for-django.po-files.patch |  17 ---
 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 +-
 44 files changed, 1151 insertions(+), 392 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