Skip to content

Use autodiscover code of Django for checks and model extensions

Nik | Klampfradler requested to merge bugfix/use-django-autodiscover into master

Apart from not duplicating code, this allows us to move all loading to the core's ready() method, which ensures the code runs before thirs-party apps rely on it.

Merge request reports