pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-filter py-django-filter: updated to 2.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b913c5fb097e
branches:  trunk
changeset: 318232:b913c5fb097e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 22 09:37:49 2019 +0000

description:
py-django-filter: updated to 2.1.0

Version 2.1:

* Fixed a regression in FilterView introduced in 2.0. An empty QuerySet was
  incorrectly used whenever the FilterSet was unbound (i.e. when there were
  no GET parameters).  The correct, pre-2.0 behaviour is now restored.

  A workaround was to set strict=False on the FilterSet. This is no
  longer necessary, so you may restore strict behaviour as desired.

* Added IsoDateTimeFromToRangeFilter. Allows From-To filtering using
  ISO-8601 formatted dates.

diffstat:

 www/py-django-filter/Makefile |   4 ++--
 www/py-django-filter/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f66210ff18c1 -r b913c5fb097e www/py-django-filter/Makefile
--- a/www/py-django-filter/Makefile     Tue Jan 22 09:36:20 2019 +0000
+++ b/www/py-django-filter/Makefile     Tue Jan 22 09:37:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/12/27 16:05:06 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/22 09:37:49 adam Exp $
 
-DISTNAME=      django-filter-2.0.0
+DISTNAME=      django-filter-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filter/}
diff -r f66210ff18c1 -r b913c5fb097e www/py-django-filter/distinfo
--- a/www/py-django-filter/distinfo     Tue Jan 22 09:36:20 2019 +0000
+++ b/www/py-django-filter/distinfo     Tue Jan 22 09:37:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/11/15 09:22:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/01/22 09:37:49 adam Exp $
 
-SHA1 (django-filter-2.0.0.tar.gz) = 11a024247cc98d65733c81b0bcf85887648f84fa
-RMD160 (django-filter-2.0.0.tar.gz) = 5a7c3fe6b43e6c2227f76df9d54f8247f34c65fb
-SHA512 (django-filter-2.0.0.tar.gz) = d12edda69f3771de640ed51e6e0dd2cd09c24d30a5dbb4bcf81934b76d804f9a165434f9bdf37ecda3c9a5023b30f5521c525f5afd882609d9bf35e9e26ebba3
-Size (django-filter-2.0.0.tar.gz) = 142039 bytes
+SHA1 (django-filter-2.1.0.tar.gz) = 4f4ba36e83d12dfc1652b45a002f1644b9fc9a8d
+RMD160 (django-filter-2.1.0.tar.gz) = 1f65f679399d7f6552457705c3b487a41630df47
+SHA512 (django-filter-2.1.0.tar.gz) = e917ec0fb1cdb8f19e6a7e50989d2df3697baa0bb50eaa62f5916cc0fe000e1e3594672a312114ab761d49b9f83bf7f5c1f4a35f4014c113ac9387a9bf086e10
+Size (django-filter-2.1.0.tar.gz) = 142256 bytes



Home | Main Index | Thread Index | Old Index