Skip to content

Bump django-tables2 from 2.8.0 to 2.9.0#2077

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-tables2-2.9.0
Closed

Bump django-tables2 from 2.8.0 to 2.9.0#2077
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-tables2-2.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps django-tables2 from 2.8.0 to 2.9.0.

Changelog

Sourced from django-tables2's changelog.

2.9.0 (2026-04-06)

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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.8.0 to 2.9.0.
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Superseded by #2085.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/pip/django-tables2-2.9.0 branch April 13, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants