mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
www/py-dj21-django-tables2: Update to 2.0.6
Changes since 2.0.3: * Add optional 'table' kwarg to row_attrs callables. * Fixed issue with wrong time format for TimeColumn. * The "ValueError" raised if the QuerySet passed to a table instance did not match the value declared in Meta.model is now turned into a warning. * Make sure the templates do not raise errors when thead/tfoot attributes are not defined. https://github.com/jieter/django-tables2/blob/v2.0.6/CHANGELOG.md Approved by: mentors (implicit)
This commit is contained in:
parent
7ab3acb6ea
commit
53ebd5abe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500063
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-tables2
|
||||
DISTVERSION= 2.0.3
|
||||
DISTVERSION= 2.0.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21-
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1549896139
|
||||
SHA256 (django-tables2-2.0.3.tar.gz) = 100fe1be2faa620b807dc0c2a49016f466e1ce7e3a2845dc6ecf3aaf9a96df67
|
||||
SIZE (django-tables2-2.0.3.tar.gz) = 8411743
|
||||
TIMESTAMP = 1556216522
|
||||
SHA256 (django-tables2-2.0.6.tar.gz) = 98038606603a157b79bb7564e589d1f21050c463d12c59d5b3848eba9e10a0ae
|
||||
SIZE (django-tables2-2.0.6.tar.gz) = 71283
|
||||
|
Loading…
Reference in New Issue
Block a user