diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-04-02 03:18:06 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-02 09:18:06 +0200 |
| commit | 851d9eac23e08ff10a2d6fe5368b02798761663c (patch) | |
| tree | 7b3fd05861bd6085fc25edf7c2fdff147f5b577f /docs/releases/2.2.txt | |
| parent | 4cbe2b06ce580423c62b6e49969f7e24d57d63b8 (diff) | |
Fixed typo in docs/releases/2.2.txt.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index baaea6f529..2639aa886a 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:: |
