wagtail/wagtail
Dani Hodovic 9f600ea08c Fix compatibility with pylint-django (#5538)
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
2019-09-04 14:17:27 +01:00
..
admin Apply escaping to JS translation strings. Fixes #5477 2019-08-02 17:12:39 +01:00
api Don't show pages in explorer that user has no permissions to access 2019-05-03 11:42:38 +01:00
bin Remove support for Python 3.4 2019-04-10 17:39:53 +01:00
contrib Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
core Fix compatibility with pylint-django (#5538) 2019-09-04 14:17:27 +01:00
documents Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
embeds Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
images Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
project_template Version bump to 2.6 final 2019-08-01 10:37:13 +01:00
search Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
sites Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
snippets Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
tests Don't make assumptions about the username field 2019-07-08 20:11:14 +01:00
users Fetch new translations from Transifex 2019-08-01 10:35:04 +01:00
utils Added CI config to generate nightly builds from master (#5320) 2019-06-21 11:13:34 +01:00
__init__.py Version bump to 2.6.1 2019-08-02 17:13:29 +01:00