diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-02 18:50:12 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-02 19:13:40 -0400 |
| commit | 7dd8e53cc834b65a2665d0bb63662db4051469b4 (patch) | |
| tree | 5ecc1d0180829b01d04c00c0a73139015faf3168 /docs | |
| parent | fa4b5c1b9360dc4c6abe913e86d3d36793d8826a (diff) | |
[1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
Backport of ccd5a23fba91e66656bb19b60bb6d737cab728f5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 86cd087bdf..97b616bc1d 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -14,3 +14,6 @@ Bugfixes * Allowed ``User.is_authenticated`` and ``User.is_anonymous`` properties to be compared using ``==`` and ``!=`` (:ticket:`26988`). + +* Removed the broken ``BaseCommand.usage()`` method which was for + ``optparse`` support (:ticket:`27000`). |
