From 4d938a3baf4bec5bb9e33a1ed0c01be0c3f31521 Mon Sep 17 00:00:00 2001
From: chrisw <unknown>
Date: Thu, 9 Sep 2010 18:30:58 +0100
Subject: [PATCH] remove reference to ficticious command

---
 docs/versioning.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/versioning.rst b/docs/versioning.rst
index e49dd32..d2d8c47 100644
--- a/docs/versioning.rst
+++ b/docs/versioning.rst
@@ -487,9 +487,6 @@ Here are the commands' descriptions as given by ``migrate help <command>``:
   stdout.
 - ``make_update_script_for_model``: Create a script changing the old
   Python model to the new (current) Python model, sending to stdout.
-- ``upgrade_db_from_model``: Modify the database to match the
-  structure of the current Python model. This also sets the db_version
-  number to the latest in the repository.
 
 As this sections headline says: These features are EXPERIMENTAL. Take
 the necessary arguments to the commands from the output of ``migrate