From b4002a214399d8619965f40e153ca3f7dcb20904 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 2 Sep 2015 18:47:42 -0400 Subject: Refs #22835 -- Removed NoArgsCommand per deprecation timeline. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 99e293d9a9..3bc858742b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. -- cgit v1.3