mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -1384,9 +1384,9 @@ arguments through ``argparse.add_argument()``. See
|
|||
``django.core.management.NoArgsCommand``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The class :class:`~django.core.management.NoArgsCommand` is now deprecated and
|
||||
will be removed in Django 1.10. Use :class:`~django.core.management.BaseCommand`
|
||||
instead, which takes no arguments by default.
|
||||
The class ``NoArgsCommand`` is now deprecated and will be removed in Django
|
||||
1.10. Use :class:`~django.core.management.BaseCommand` instead, which takes no
|
||||
arguments by default.
|
||||
|
||||
Listing all migrations in a project
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue