www/py-django-filter: Update to 2.4.0
* Improve pkg-descr while I'm here. Changelog: https://github.com/carltongibson/django-filter/releases/tag/2.4.0
This commit is contained in:
parent
6b832992d5
commit
c0e6b3faf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562179
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-filter
|
||||
DISTVERSION= 2.3.0
|
||||
DISTVERSION= 2.4.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1604142369
|
||||
SHA256 (django-filter-2.3.0.tar.gz) = 11e63dd759835d9ba7a763926ffb2662cf8a6dcb4c7971a95064de34dbc7e5af
|
||||
SIZE (django-filter-2.3.0.tar.gz) = 146448
|
||||
TIMESTAMP = 1611059912
|
||||
SHA256 (django-filter-2.4.0.tar.gz) = 84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06
|
||||
SIZE (django-filter-2.4.0.tar.gz) = 146904
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
A generic system for filtering Django QuerySets based on user selections.
|
||||
Django-filter is a reusable Django application allowing users to declaratively
|
||||
add dynamic QuerySet filtering from URL parameters.
|
||||
|
||||
WWW: https://github.com/carltongibson/django-filter
|
||||
|
|
Loading…
Reference in a new issue