* CVE-2024-53907: Potential denial-of-service in django.utils.html.strip_tags() * CVE-2024-53908: Potential SQL injection in HasKey(lhs, rhs) on Oracle * Fixed a crash in createsuperuser on Python 3.13+ caused by an unhandled OSError * Fixed a regression in Django 5.1 where relational fields were not updated * Fixed a bug in Django 5.1 where DomainNameValidator accepted any input value that contained a valid domain name, rather than only input values that were a valid domain name * Fixed a regression in Django 5.1 that prevented the use of DB-IP databases with GeoIP2 * Fixed a regression in Django 5.1 where non-ASCII fieldset names were not displayed when rendering admin fieldsets OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=183
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*")
|