File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
6
6
7
7
### Added
8
8
9
9
- Add support for Django 5.2 ([ #253 ] ( https://github.com/torchbox/django-pattern-library/issues/253 ) )
10
10
- Add emoji favicon to avoid favicon.ico requests from the browser
11
11
12
+ ### Removed
13
+
14
+ - Remove Django ` <6.0 ` dependency upper bound, allowing installs of arbitrary future Django versions
15
+
12
16
## [ 1.3.0] ( https://github.com/torchbox/django-pattern-library/releases/tag/v1.3.0 ) - 2024-12-11
13
17
14
18
### Added
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ exclude = [
44
44
45
45
[tool .poetry .dependencies ]
46
46
python = " ^3.9"
47
- Django = " >=4.2,<6.0 "
47
+ Django = " >=4.2"
48
48
PyYAML = " >=5.1,<7.0"
49
49
Markdown = " ^3.1"
50
50
You can’t perform that action at this time.
0 commit comments