Skip to content

Commit 768928d

Browse files
committed
Upgrade django-filter to latest version
Signed-off-by: tdruez <[email protected]>
1 parent 100a218 commit 768928d

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release notes
44
### Version 5.3.1-dev (unreleased)
55

66
- Upgrade Python version to 3.13 and Django to 5.2.x
7+
https://github.com/aboutcode-org/dejacode/pull/315
78
https://github.com/aboutcode-org/dejacode/pull/312
89

910
- Add new `is_locked` "Locked inventory" field to the ProductStatus model.

dejacode_toolkit/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
# See https://aboutcode.org for more information about AboutCode FOSS projects.
77
#
88

9-
from django.utils.http import parse_header_parameters
109
import socket
1110
from pathlib import Path
1211
from urllib.parse import unquote
1312
from urllib.parse import urlparse
1413

1514
from django.template.defaultfilters import filesizeformat
15+
from django.utils.http import parse_header_parameters
1616

1717
import requests
1818

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_requires =
5959
django-crispy-forms==2.4
6060
crispy_bootstrap5==2025.4
6161
django-grappelli==4.0.2
62-
django-filter==24.3
62+
django-filter==25.1
6363
django-registration==3.4
6464
confusable_homoglyphs==3.3.1
6565
django-guardian==3.0.0

thirdparty/dist/django_filter-24.3-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
92.8 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: django_filter-25.1-py3-none-any.whl
2+
name: django-filter
3+
version: '25.1'
4+
download_url: https://files.pythonhosted.org/packages/07/a6/70dcd68537c434ba7cb9277d403c5c829caf04f35baf5eb9458be251e382/django_filter-25.1-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django-filter project contributors
8+
attribute: yes
9+
checksum_md5: 09ef90908372eb2b1b7a182adbeb80b9
10+
checksum_sha1: 5787c4a3b36f24965b2b0ceec76b162f177f1175
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE

0 commit comments

Comments
 (0)