Skip to content

Bump django-tables2 from 2.8.0 to 3.0.0#2085

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
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 into
mainfrom
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 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
@dependabot dependabot Bot force-pushed the dependabot/pip/django-tables2-3.0.0 branch from e5588bc to f78cb43 Compare May 12, 2026 14:34
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 force-pushed the dependabot/pip/django-tables2-3.0.0 branch from f78cb43 to 81687d9 Compare May 12, 2026 14:47
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