mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
It's not possible to use wagtail in a project with pylint and the pylint-django plugin. Pylint-django does not work with foreign keys that are referenced by their string names. See: https://github.com/PyCQA/pylint-django#known-issues If we simply replace the string name with the foreign-key class, linting on wagtail projects is fixed. Also see: https://github.com/PyCQA/pylint/issues/2995 https://github.com/PyCQA/pylint-django/issues/241 Conflicts: CONTRIBUTORS.rst |
||
|---|---|---|
| .. | ||
| admin | ||
| api | ||
| bin | ||
| contrib | ||
| core | ||
| documents | ||
| embeds | ||
| images | ||
| project_template | ||
| search | ||
| sites | ||
| snippets | ||
| tests | ||
| users | ||
| utils | ||
| __init__.py | ||