mirror of
https://github.com/django/django.git
synced 2025-04-14 12:24:36 +00:00
[2.2.x] Fixed typo in docs/releases/2.2.txt.
Backport of 851d9eac23e08ff10a2d6fe5368b02798761663c from master
This commit is contained in:
parent
de11488c52
commit
48493636d3
@ -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::
|
||||
|
Loading…
x
Reference in New Issue
Block a user