From 6e1c9c6568c405bfa481dda4249abe2960173547 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 2 Jan 2015 17:58:58 +0100 Subject: 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. --- docs/releases/1.8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index b69e69db49..d6e139606d 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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. -- cgit v1.3