diff options
author | kai <kai@FreeBSD.org> | 2019-04-26 02:52:23 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-04-26 02:52:23 +0800 |
commit | d2c410e51a266fa4a3c2dbf6e08dbaa673ba862c (patch) | |
tree | e4862d8feb8af916d3a1db5f2f19cccd505ced0a /www/py-django-tables2/distinfo | |
parent | 5d6033cf19271ce76849bc96ddfa642afb2346d7 (diff) | |
download | freebsd-ports-gnome-d2c410e51a266fa4a3c2dbf6e08dbaa673ba862c.tar.gz freebsd-ports-gnome-d2c410e51a266fa4a3c2dbf6e08dbaa673ba862c.tar.zst freebsd-ports-gnome-d2c410e51a266fa4a3c2dbf6e08dbaa673ba862c.zip |
www/py-django-tables2: Update to 2.0.6
Notable changes since 1.21.2:
* Fixed issue with wrong time format for TimeColumn.
* Improvements in packaging and publishing helper scripts reducing the
package size considerably.
* Appearance of the paginators might be different from the current 1.x
templates.
* Removed the template argument to the table constructor, use template_name
instead.
* Stopped adding column names to the class attribute of table cells
(<td> tags) by default.
* "verbose_names" derived from model fields are not passed through "title()"
anymore, only the first character is converted to upper case. This follows
Django's convention for verbose field names: "The convention is not to
capitalize the first letter of the verbose_name. Django will automatically
capitalize the first letter where it needs to."
* Many other bugfixes, for a full changelog see here:
https://github.com/jieter/django-tables2/blob/v2.0.6/CHANGELOG.md
Approved by: mentors (implicit)
Diffstat (limited to 'www/py-django-tables2/distinfo')
-rw-r--r-- | www/py-django-tables2/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-django-tables2/distinfo b/www/py-django-tables2/distinfo index 5ad3ee7b23cd..f79b9f4be373 100644 --- a/www/py-django-tables2/distinfo +++ b/www/py-django-tables2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522914211 -SHA256 (django-tables2-1.21.2.tar.gz) = c5c979201b7a2f7e88f2784dcd478e0c809d3a2053dea576cb71ce51676bbf7a -SIZE (django-tables2-1.21.2.tar.gz) = 2680587 +TIMESTAMP = 1556216399 +SHA256 (django-tables2-2.0.6.tar.gz) = 98038606603a157b79bb7564e589d1f21050c463d12c59d5b3848eba9e10a0ae +SIZE (django-tables2-2.0.6.tar.gz) = 71283 |