Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ce98a29eb7
commit
88e83ee472
|
@ -292,7 +292,7 @@ Disabling a site-wide action
|
|||
site-wide.
|
||||
|
||||
If, however, you need to re-enable a globally-disabled action for one
|
||||
particular model, simply list it explicitally in your ``ModelAdmin.actions``
|
||||
particular model, simply list it explicitly in your ``ModelAdmin.actions``
|
||||
list::
|
||||
|
||||
# Globally disable delete selected
|
||||
|
|
Loading…
Reference in New Issue