[1.2.X] Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
r13638 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0ed363dd1a
commit
188c6b3e9a
|
@ -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