Page MenuHomeFreeBSD

www/py-dj21-django-tables2: Update to 2.0.3
ClosedPublic

Authored by kai on Feb 12 2019, 8:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:25 PM
Unknown Object (File)
Jan 18 2024, 1:37 PM
Unknown Object (File)
Dec 22 2023, 10:29 PM
Unknown Object (File)
Oct 28 2023, 1:18 AM
Unknown Object (File)
Sep 3 2023, 6:15 PM
Unknown Object (File)
Jul 13 2023, 4:22 AM
Unknown Object (File)
Jul 11 2023, 4:01 PM
Unknown Object (File)
Jul 11 2023, 4:01 PM
Subscribers
None

Details

Summary

Notable changes since 1.21.2:

  • 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.3/CHANGELOG.md

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) for py36 -> OK
  • portlint -> OK
  • Runtime tests -> OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 13 2019, 3:29 AM
This revision was automatically updated to reflect the committed changes.