summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-01-02 17:58:58 +0100
committerClaude Paroz <claude@2xlibre.net>2015-01-05 17:19:35 +0100
commit6e1c9c6568c405bfa481dda4249abe2960173547 (patch)
tree12810d919e3f0e35cd8e277ec996fb9e851a786e /docs
parentd94fe42ae5e67e9fd600d204a08eef00cc10a7df (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 2 insertions, 0 deletions
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.