This documentation covers the in-development release of Review Board.
You can see the stable Review Board
documentation or
all previous versions.
reviewboard.admin.checks
-
check_updates_required()[source]
Check if there are manual updates required.
Sometimes, especially in developer installs, some things need to be tweaked
by hand before Review Board can be used on this server.
-
reset_check_cache()[source]
Reset the cached data of all checks.
This is mainly useful during unit tests.
-
get_can_enable_ldap()[source]
Check whether LDAP authentication can be enabled.
- Returns:
A tuple containing:
A boolean indicating whether the support can be enabled.
A localized string explaining how to enable the support, or None
if support is available.
- Return type:
tuple
-
get_can_use_amazon_s3()[source]
Check whether django-storages (Amazon S3 backend) is installed.
-
get_can_use_openstack_swift()[source]
Check whether django-storage-swift is installed.
-
get_can_use_couchdb()[source]
Check whether django-storages (CouchDB backend) is installed.