-
Notifications
You must be signed in to change notification settings - Fork 3k
Upgrade django-tables2 to v3.0 #21902
Copy link
Copy link
Open
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitynetboxstatus: backlogAwaiting selection for workAwaiting selection for worktype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitynetboxstatus: backlogAwaiting selection for workAwaiting selection for worktype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Proposed Changes
Upgrade django-tables2 to version 3.0 or later. The release notes indicate two breaking changes which might impact plugins:
querystringtemplate tag has been renamed toquerystring_replaceto avoid conflicting with Django's new built-inquerystringtag.RelatedLinkColumnhas been removed.Justification
This will move us to the latest release of django-tables2.