Skip to content

Commit f644d39

Browse files
committed
Prepare 2.4 release
1 parent d4884c1 commit f644d39

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
Unreleased
1+
2.4.0 (2025-09-28)
22

33
* Add index to Link (David Venhoff, #202)
44
* Add support for Django 5.1 and 5.2
55
* Add support for Python 3.13
66
* Remove support for Django < 4.2
77
* Remove support for Python 3.8
8+
* Remove `raven_compat` middleware if present
9+
* Updated fallback User Agent string
10+
* Reference object primary key by `pk` instead of `id` (Ben Stockermans)
11+
* More robust check for unsaved instances in `instance_pre_save` (Ben Stockermans)
12+
* Add `LINKCHECK_PROXIES` and `LINKCHECK_TRUST_PROXY_SSL` settings to be able to
13+
pass a proxy to requests when cheking links. (Ben Stockermans)
14+
* Add `LINKCHECK_SKIP_TRANSLATIONS` env variable to skip translation compilation
15+
during package building (Ben Stockermans)
816

917
2.3.0 (2023-12-27)
1018

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["linkcheck"]
55

66
[project]
77
name = "django-linkcheck"
8-
version = "2.3.0"
8+
version = "2.4.0"
99
authors = [
1010
{name = "Andy Baker", email = "[email protected]"},
1111
{name = "Fruits Chen", email = "[email protected]"},

0 commit comments

Comments
 (0)