File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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
9172.3.0 (2023-12-27)
1018
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["linkcheck"]
55
66[project ]
77name = " django-linkcheck"
8- version = " 2.3 .0"
8+ version = " 2.4 .0"
99authors = [
1010 {
name =
" Andy Baker" ,
email =
" [email protected] " },
1111 {
name =
" Fruits Chen" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments