forked from pool/python-Django
Matej Cepl
9565589087
- Update to 4.0 + https://docs.djangoproject.com/en/4.0/releases/4.0/ OBS-URL: https://build.opensuse.org/request/show/936296 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=94
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*")
|