File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ## [ 1.4.0] ( https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0 ) - 2025-04-02
5+ ## [ 1.4.0] ( https://github.com/torchbox/django-pattern-library/releases/tag/v1.4.0 ) - 2025-04-08
66
77### Added
88
99- Add support for Django 5.2 ([ #253 ] ( https://github.com/torchbox/django-pattern-library/issues/253 ) )
1010- Add emoji favicon to avoid favicon.ico requests from the browser
1111
12+ ### Removed
13+
14+ - Remove Django ` <6.0 ` dependency upper bound, allowing installs of arbitrary future Django versions
15+
1216## [ 1.3.0] ( https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0 ) - 2024-12-11
1317
1418### Added
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exclude = [
4444
4545[tool .poetry .dependencies ]
4646python = " ^3.9"
47- Django = " >=4.2,<6.0 "
47+ Django = " >=4.2"
4848PyYAML = " >=5.1,<7.0"
4949Markdown = " ^3.1"
5050
You can’t perform that action at this time.
0 commit comments