Date: Thu, 25 Apr 2019 19:16:41 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500068 - head/www/py-dj21-django-filter Message-ID: <201904251916.x3PJGfI5012976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Apr 25 19:16:41 2019 New Revision: 500068 URL: https://svnweb.freebsd.org/changeset/ports/500068 Log: www/py-dj21-django-filter: Update to 2.1.0 Changelog: * 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 one may restore strict behaviour as desired. * Added IsoDateTimeFromToRangeFilter. Allows From-To filtering using ISO-8601 formatted dates. https://github.com/carltongibson/django-filter/releases/tag/2.1.0 Approved by: mentors (implicit) Modified: head/www/py-dj21-django-filter/Makefile head/www/py-dj21-django-filter/distinfo Modified: head/www/py-dj21-django-filter/Makefile ============================================================================== --- head/www/py-dj21-django-filter/Makefile Thu Apr 25 19:16:23 2019 (r500067) +++ head/www/py-dj21-django-filter/Makefile Thu Apr 25 19:16:41 2019 (r500068) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-filter -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- Modified: head/www/py-dj21-django-filter/distinfo ============================================================================== --- head/www/py-dj21-django-filter/distinfo Thu Apr 25 19:16:23 2019 (r500067) +++ head/www/py-dj21-django-filter/distinfo Thu Apr 25 19:16:41 2019 (r500068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549893591 -SHA256 (django-filter-2.0.0.tar.gz) = 6f4e4bc1a11151178520567b50320e5c32f8edb552139d93ea3e30613b886f56 -SIZE (django-filter-2.0.0.tar.gz) = 142039 +TIMESTAMP = 1556216852 +SHA256 (django-filter-2.1.0.tar.gz) = 3dafb7d2810790498895c22a1f31b2375795910680ac9c1432821cbedb1e176d +SIZE (django-filter-2.1.0.tar.gz) = 142256
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251916.x3PJGfI5012976>