diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index baaea6f5292..2639aa886a5 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -302,7 +302,7 @@ For example, in older versions of Django:: class SubAdmin(BaseAdmin): actions = ['b'] -``SubAdmin`` will have actions ``'a'`` and ``'b'``. +``SubAdmin`` would have actions ``'a'`` and ``'b'``. Now ``actions`` follows standard Python inheritance. To get the same result as before::