* Fixed a regression in Django 5.1.5 that caused validate_ipv6_address() and validate_ipv46_address() to crash when handling non-string values * Fixed a regression in Django 5.1 where password fields, despite being set to required=False, were still treated as required in forms derived from BaseUserCreationForm OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=187
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*")
|