mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Documented optparse to argparse changes for management commands
This commit is contained in:
parent
8568638603
commit
cbff097bd9
3 changed files with 93 additions and 14 deletions
|
@ -35,6 +35,9 @@ about each item can often be found in the release notes of two versions prior.
|
|||
* The ability to :func:`~django.core.urlresolvers.reverse` URLs using a dotted
|
||||
Python path will be removed.
|
||||
|
||||
* Support for :py:mod:`optparse` will be dropped for custom management commands
|
||||
(replaced by :py:mod:`argparse`).
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue