There was an error while loading. Please reload this page.
1 parent 4cbe2b0 commit 851d9eaCopy full SHA for 851d9ea
docs/releases/2.2.txt
@@ -302,7 +302,7 @@ For example, in older versions of Django::
302
class SubAdmin(BaseAdmin):
303
actions = ['b']
304
305
-``SubAdmin`` will have actions ``'a'`` and ``'b'``.
+``SubAdmin`` would have actions ``'a'`` and ``'b'``.
306
307
Now ``actions`` follows standard Python inheritance. To get the same result as
308
before::
0 commit comments