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)
Mon, Jun 2, 12:40 PM
Unknown Object (File)
Sat, May 31, 8:08 AM
Unknown Object (File)
Fri, May 30, 3:20 AM
Unknown Object (File)
Tue, May 27, 11:44 AM
Unknown Object (File)
Sun, May 25, 8:47 AM
Unknown Object (File)
Apr 26 2025, 3:23 PM
Unknown Object (File)
Apr 21 2025, 10:32 AM
Unknown Object (File)
Apr 6 2025, 6:13 AM
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.