mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -257,10 +257,6 @@ the :meth:`~BaseCommand.handle` method must be implemented.
|
|||
You can customize the instance by overriding this method and calling
|
||||
``super()`` with ``kwargs`` of :class:`~argparse.ArgumentParser` parameters.
|
||||
|
||||
.. versionchanged:: 2.2
|
||||
|
||||
``kwargs`` was added.
|
||||
|
||||
.. method:: BaseCommand.add_arguments(parser)
|
||||
|
||||
Entry point to add parser arguments to handle command line arguments passed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue