K 10 svn:author V 3 kai K 8 svn:date V 27 2019-04-25T18:52:23.443631Z K 7 svn:log V 997 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 ( 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) END