Kaydet (Commit) 851d9eac authored tarafından Alex Gaynor's avatar Alex Gaynor Kaydeden (comit) Mariusz Felisiak

Fixed typo in docs/releases/2.2.txt.

üst 4cbe2b06
...@@ -302,7 +302,7 @@ For example, in older versions of Django:: ...@@ -302,7 +302,7 @@ For example, in older versions of Django::
class SubAdmin(BaseAdmin): class SubAdmin(BaseAdmin):
actions = ['b'] 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 Now ``actions`` follows standard Python inheritance. To get the same result as
before:: before::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment