1
0
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:
Claude Paroz
2015-01-02 17:58:58 +01:00
parent d94fe42ae5
commit 6e1c9c6568
4 changed files with 22 additions and 7 deletions

View File

@@ -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.