* CVE-2025-13372: Potential SQL injection in FilteredRelation column
aliases on PostgreSQL
* CVE-2025-64460: Potential denial-of-service vulnerability in XML
Deserializer
* Fixed a crash on Python 3.14+ that prevented template tag functions
from being registered
* Fixed more bugs and regressions, see upstream release notes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=220
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
addFilter("file-not-in-%lang")
|
|
# Empty model.py files should be kept around:
|
|
addFilter("zero-length")
|
|
# Bash completion isn't config:
|
|
# addFilter("non-conffile-in-etc /etc/bash_completion.d/django_bash_completion*")
|