forked from pool/python-Django
* Fixed a regression in Django 5.2.1 that prevented the usage of UNNEST
PostgreSQL strategy of QuerySet.bulk_create() with foreign keys
* Fixed a crash in Django 5.2 when filtering against a composite primary key
using a tuple containing expressions
* Fixed a crash in Django 5.2 when validating a model that uses
GeneratedField or constraints composed of Q and Case lookups
* Added compatibility for docutils 0.22
* Fixed a crash in Django 5.2 when using a ManyToManyField on a model with
a composite primary key, by extending the fields.E347 system check
- Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=212
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*")
|