mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
This commit is contained in:
parent
6eed9ae747
commit
b4002a2143
4 changed files with 4 additions and 54 deletions
|
|
@ -130,7 +130,7 @@ details on these changes.
|
|||
* Support for :py:mod:`optparse` will be dropped for custom management commands
|
||||
(replaced by :py:mod:`argparse`).
|
||||
|
||||
* The class :class:`~django.core.management.NoArgsCommand` will be removed. Use
|
||||
* The class ``django.core.management.NoArgsCommand`` will be removed. Use
|
||||
:class:`~django.core.management.BaseCommand` instead, which takes no arguments
|
||||
by default.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue