mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed some ReST errors regarding backticks
This commit is contained in:
parent
354009d67e
commit
29255fcb4f
12 changed files with 19 additions and 17 deletions
|
@ -269,8 +269,8 @@ Making actions available site-wide
|
|||
|
||||
admin.site.add_action(export_selected_objects)
|
||||
|
||||
This makes the `export_selected_objects` action globally available as an
|
||||
action named `"export_selected_objects"`. You can explicitly give the action
|
||||
This makes the ``export_selected_objects`` action globally available as an
|
||||
action named "export_selected_objects". You can explicitly give the action
|
||||
a name -- good if you later want to programmatically :ref:`remove the action
|
||||
<disabling-admin-actions>` -- by passing a second argument to
|
||||
:meth:`AdminSite.add_action()`::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue