Skip to content

Bump django-tables2 from 2.8.0 to 3.0.0#2085

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/django-tables2-3.0.0
Open

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps django-tables2 from 2.8.0 to 3.0.0.

Changelog

Sourced from django-tables2's changelog.

3.0.0 (2026-04-13)

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:

  • Restore signature of TemplateColumn.render() (#1033) by @​gythaogg fixes #1032
  • Remove declared support for Django 4.2 and 5.1, upgrade pre-commit dependencies (#1030)

2.9.0 (2026-04-06)

This release is yanked because it should have been released as 3.0 because of the breaking changes.

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
  • bae55f2 Prepare release 3.0.0
  • a2869f3 Remove declared support for Django 4.2 and 5.1, upgrade pre-commit dependenci...
  • 171d890 Restore signature of TemplateColumn.render() (#1033)
  • ba66a7f Prepare releasing version 2.9.0
  • aa62684 Document merging #1027, #931
  • 85f1050 Add optional context_object_name to TemplateColumn and make `extra_contex...
  • 99fa419 Use string annotation_format in inspect.signature to prevent runtime errors w...
  • 82451a9 Bump actions/cache from 5.0.1 to 5.0.4 (#1028)
  • b1c08a3 Update changelog after merging #1016, #1022, #1021
  • c4aff9b Rename querystring templatetag to querystring_replace (#1021)
  • Additional commits viewable in compare view

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 3.0.0.
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.8.0...v3.0.0)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
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