mirror of
https://github.com/pretix/pretix.git
synced 2026-08-06 10:07:50 +00:00
Spelling corrections
This commit is contained in:
@@ -77,7 +77,7 @@ A working example would be::
|
||||
|
||||
The ``AppConfig`` class may implement a property ``compatiblity_errors``, that checks
|
||||
whether the pretix installation meets all requirements of the plugin. If so,
|
||||
it should contian ``None`` or an empty list, otherwise a list of strings containing
|
||||
it should contain ``None`` or an empty list, otherwise a list of strings containing
|
||||
human-readable error messages. We recommend using the ``django.utils.functional.cached_property``
|
||||
decorator, as it might get called a lot. You can also implement ``compatibility_warnings``,
|
||||
those will be displayed but not block the plugin execution.
|
||||
|
||||
Reference in New Issue
Block a user