Skip to content
Prev Previous commit
Merge branch 'main' into bug/211-default-html-strings
  • Loading branch information
alxbridge authored Jan 16, 2024
commit 48dc7df6fa299800b268412e33b7fc30117b4ed6
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added

- Add support for Django 5.0 ([#241](https://github.com/torchbox/django-pattern-library/pull/241))

### Changed

- From Django >= 4.0, calls to `Node.render()` must always return a string, but this app previously allowed non-string values to be passed in the `default_html` parameter to `override_tag`. Passing a non-string now raises a `TypeError` when using Django >= 4.0, and raises a warning for older versions ([issue #211](https://github.com/torchbox/django-pattern-library/issues/211)).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.