mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #8280 -- Allowed management command discovery for eggs
Thanks jdetaeye for the report, bhuztez and jdetaeye for the initial patches, Tim Graham and Berker Peksag for the reviews.
This commit is contained in:
@@ -371,6 +371,8 @@ Management Commands
|
||||
* Database connections are now always closed after a management command called
|
||||
from the command line has finished doing its job.
|
||||
|
||||
* Commands from alternate package formats like eggs are now also discovered.
|
||||
|
||||
* :djadmin:`dumpdata` now has the option :djadminopt:`--output` which allows
|
||||
specifying the file to which the serialized data is written.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user