Skip to content

Bump django-tables2 from 2.8.0 to 3.0.1 - #2202

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/django-tables2-3.0.1
Open

Bump django-tables2 from 2.8.0 to 3.0.1#2202
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/django-tables2-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps django-tables2 from 2.8.0 to 3.0.1.

Changelog

Sourced from django-tables2's changelog.

3.0.1 (2026-08-29)

  • Add support for Django 6.1
  • Remove support for Python 3.10

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
  • 6b830fa Bump version to 3.0.1
  • c28fd51 Add support for django 6.1, drop python 3.10 support (#1047)
  • 47c5cd2 Bump actions/setup-python from 6 to 7 (#1046)
  • 2d53383 Bump actions/cache from 5.0.5 to 6.1.0 (#1042)
  • b2dc2cb Bump actions/checkout from 6 to 7 (#1039)
  • e52d5bc Bump actions/cache from 5.0.4 to 5.0.5 (#1034)
  • 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
  • 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.1.
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.8.0...v3.0.1)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-version: 3.0.1
  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 Sep 3, 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