python-Django
No description set
- Developed at devel:languages:python:django
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-Django && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Django-4.2.6.checksum.txt | 0000002572 2.51 KB | |
Django-4.2.6.tar.gz | 0010407018 9.92 MB | |
python-Django-rpmlintrc | 0000000216 216 Bytes | |
python-Django.changes | 0000133088 130 KB | |
python-Django.keyring | 0000005644 5.51 KB | |
python-Django.spec | 0000005660 5.53 KB | |
sanitize_address.patch | 0000001536 1.5 KB |
Revision 108 (latest revision is 123)
Ana Guerrero (anag+factory)
accepted
request 1117946
from
Daniel Garcia (dgarcia)
(revision 108)
- Update to 4.2.6 (bsc#1215978, CVE-2023-43665) * CVE-2023-43665: Denial-of-service possibility in django.utils.text.Truncator The input processed by Truncator, when operating in HTML mode, has been limited to the first five million characters in order to avoid potential performance and memory issues. * Fixed a regression in Django 4.2.5 where overriding the deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings in tests caused the main STORAGES to mutate (#34821). * Fixed a regression in Django 4.2 that caused unnecessary casting of string based fields (CharField, EmailField, TextField, CICharField, CIEmailField, and CITextField) used with the __isnull lookup on PostgreSQL. As a consequence, indexes using an __isnull expression or condition created before Django 4.2 wouldn’t be used by the query planner, leading to a performance regression (#34840).
Comments 0