mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added backticks to code literals in various docs.
This commit is contained in:
@@ -47,9 +47,9 @@ check function::
|
||||
return errors
|
||||
|
||||
The check function *must* accept an ``app_configs`` argument; this argument is
|
||||
the list of applications that should be inspected. If None, the check must be
|
||||
run on *all* installed apps in the project. The ``**kwargs`` argument is required
|
||||
for future expansion.
|
||||
the list of applications that should be inspected. If ``None``, the check must
|
||||
be run on *all* installed apps in the project. The ``**kwargs`` argument is
|
||||
required for future expansion.
|
||||
|
||||
Messages
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user