Skip to content

fix(deps): update dependency django-tables2 to v2.9.0#2013

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/django-tables2-2.x
Open

fix(deps): update dependency django-tables2 to v2.9.0#2013
renovate[bot] wants to merge 2 commits intomainfrom
renovate/django-tables2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Confidence
django-tables2 (changelog) ==2.8.0==2.9.0 age confidence

Release Notes

jieter/django-tables2 (django-tables2)

v2.9.0

Compare Source

Breaking changes:

  • Rename the querystring templatetag to querystring_replace to avoid shadowing built-in one.
    If you use custom templates to render tables with django-tables2, you should replace
    {% querystring %} with {% querystring_replace %}
  • RelatedLinkColumn is removed. Replace RelatedLinkColumn with Column(linkify=True).

Changes:

  • Remove deprecated RelatedLinkColumn and NullBooleanField support (#​1016)
    NullBooleanField was removed in django 4.0
  • Export DateColumn/DateTimeColumn/TimeColumn in ISO format (#​1022 by @​spapas)
  • Rename querystring template tag to querystring_replace (#​1021 by @​federicobond)
  • Use string annotation_format in inspect.signature to prevent runtime errors with type annotations (#​1027) by @​mschoettle
  • Add optional context_object_name to TemplateColumn and make extra_context optionally callable (#​931) fixes: #​928

Configuration

📅 Schedule: (in timezone America/Toronto)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-tables2-2.x branch 3 times, most recently from 8fa60f6 to 80fbb54 Compare April 9, 2026 16:48
@renovate renovate bot force-pushed the renovate/django-tables2-2.x branch from 80fbb54 to 61c25ff Compare April 9, 2026 20:10
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 9, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant