ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoMigrationsListDialog.html

changeset 125
d280acf98fb5
parent 104
4cd211a73b3e
child 161
208fced62e00
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoMigrationsListDialog.html	Sat Jan 27 11:46:33 2018 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoMigrationsListDialog.html	Sat Mar 24 19:11:39 2018 +0100
@@ -241,7 +241,7 @@
         Private slot to refresh the log.
 </p><a NAME="DjangoMigrationsListDialog.start" ID="DjangoMigrationsListDialog.start"></a>
 <h4>DjangoMigrationsListDialog.start</h4>
-<b>start</b>(<i>pythonExecutable, sitePath</i>)
+<b>start</b>(<i>pythonExecutable, sitePath, databaseName</i>)
 <p>
         Public slot used to start the process.
 </p><dl>
@@ -251,11 +251,19 @@
 </dd><dt><i>sitePath</i> (str)</dt>
 <dd>
 path of the site
+</dd><dt><i>databaseName</i> (str)</dt>
+<dd>
+name of the database to be used
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-flag indicating a successful start of the process (boolean)
+flag indicating a successful start of the process
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial