ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html

changeset 169
b8f263e05c39
parent 161
208fced62e00
child 172
ea7980ded4f3
diff -r c6182aab51e9 -r b8f263e05c39 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Wed Dec 30 11:02:06 2020 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sat Apr 24 11:25:03 2021 +0200
@@ -157,30 +157,6 @@
 <td>Private slot to introspect the database and output a Django model module.</td>
 </tr>
 <tr>
-<td><a href="#Project.__databaseSqlCreateEverything">__databaseSqlCreateEverything</a></td>
-<td>Private slot to print the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.</td>
-</tr>
-<tr>
-<td><a href="#Project.__databaseSqlCreateIndexes">__databaseSqlCreateIndexes</a></td>
-<td>Private slot to print the CREATE INDEX SQL statements for one or more applications.</td>
-</tr>
-<tr>
-<td><a href="#Project.__databaseSqlCreateTables">__databaseSqlCreateTables</a></td>
-<td>Private slot to print the CREATE TABLE SQL statements for one or more applications.</td>
-</tr>
-<tr>
-<td><a href="#Project.__databaseSqlCustom">__databaseSqlCustom</a></td>
-<td>Private slot to print the custom table modifying SQL statements for one or more applications.</td>
-</tr>
-<tr>
-<td><a href="#Project.__databaseSqlDropIndexes">__databaseSqlDropIndexes</a></td>
-<td>Private slot to print the DROP INDEX SQL statements for one or more applications.</td>
-</tr>
-<tr>
-<td><a href="#Project.__databaseSqlDropTables">__databaseSqlDropTables</a></td>
-<td>Private slot to print the DROP TABLE SQL statements for one or more applications.</td>
-</tr>
-<tr>
 <td><a href="#Project.__databaseSqlFlushDatabase">__databaseSqlFlushDatabase</a></td>
 <td>Private slot to print a list of statements to return all database tables to their initial state.</td>
 </tr>
@@ -672,7 +648,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a successful creation (boolean)
 </dd>
@@ -704,7 +680,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a successful creation (boolean)
 </dd>
@@ -732,72 +708,6 @@
         Private slot to introspect the database and output a Django model
         module.
 </p>
-<a NAME="Project.__databaseSqlCreateEverything" ID="Project.__databaseSqlCreateEverything"></a>
-<h4>Project.__databaseSqlCreateEverything</h4>
-<b>__databaseSqlCreateEverything</b>(<i></i>)
-
-<p>
-        Private slot to print the CREATE TABLE, custom SQL and
-        CREATE INDEX SQL statements for one or more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
-<a NAME="Project.__databaseSqlCreateIndexes" ID="Project.__databaseSqlCreateIndexes"></a>
-<h4>Project.__databaseSqlCreateIndexes</h4>
-<b>__databaseSqlCreateIndexes</b>(<i></i>)
-
-<p>
-        Private slot to print the CREATE INDEX SQL statements for one
-        or more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
-<a NAME="Project.__databaseSqlCreateTables" ID="Project.__databaseSqlCreateTables"></a>
-<h4>Project.__databaseSqlCreateTables</h4>
-<b>__databaseSqlCreateTables</b>(<i></i>)
-
-<p>
-        Private slot to print the CREATE TABLE SQL statements for one
-        or more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
-<a NAME="Project.__databaseSqlCustom" ID="Project.__databaseSqlCustom"></a>
-<h4>Project.__databaseSqlCustom</h4>
-<b>__databaseSqlCustom</b>(<i></i>)
-
-<p>
-        Private slot to print the custom table modifying SQL statements
-        for one or more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
-<a NAME="Project.__databaseSqlDropIndexes" ID="Project.__databaseSqlDropIndexes"></a>
-<h4>Project.__databaseSqlDropIndexes</h4>
-<b>__databaseSqlDropIndexes</b>(<i></i>)
-
-<p>
-        Private slot to print the DROP INDEX SQL statements for one or
-        more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
-<a NAME="Project.__databaseSqlDropTables" ID="Project.__databaseSqlDropTables"></a>
-<h4>Project.__databaseSqlDropTables</h4>
-<b>__databaseSqlDropTables</b>(<i></i>)
-
-<p>
-        Private slot to print the DROP TABLE SQL statements for one or
-        more applications.
-</p>
-<p>
-        Note: available before Django v1.9.0
-</p>
 <a NAME="Project.__databaseSqlFlushDatabase" ID="Project.__databaseSqlFlushDatabase"></a>
 <h4>Project.__databaseSqlFlushDatabase</h4>
 <b>__databaseSqlFlushDatabase</b>(<i></i>)
@@ -859,7 +769,7 @@
         Private method to determine the relative path to all manage.py scripts.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of sites (list of strings)
 </dd>
@@ -872,7 +782,7 @@
         Private method to ask the user for a list of application names.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of application names (list of strings)
 </dd>
@@ -893,7 +803,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 path of the debugger environment (string)
 </dd>
@@ -914,7 +824,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 full django-admin.py command (string)
 </dd>
@@ -935,7 +845,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of full executable names, if the executable file is
             accessible via the searchpath defined by the PATH environment
@@ -957,7 +867,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 extracted locale (string) or None
 </dd>
@@ -970,7 +880,7 @@
         Private method to get the available migrations.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 dictionary containing the available migrations
 </dd>
@@ -990,7 +900,7 @@
         Private method to build the Python command.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 python command (string)
 </dd>
@@ -1011,7 +921,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 path of the virtual environment (string)
 </dd>
@@ -1031,7 +941,7 @@
         Private method to initialize the authorization menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1057,7 +967,7 @@
         Private method to initialize the database menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1083,7 +993,7 @@
         Private method to initialize the database SQL submenu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1109,7 +1019,7 @@
         Private method to initialize the Migrations submenu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1135,7 +1045,7 @@
         Private method to initialize the authorization menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1161,7 +1071,7 @@
         Private method to initialize the testing menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1187,7 +1097,7 @@
         Private method to initialize the tools menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1213,7 +1123,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of two entries giving an indication, if the console
             is spawning (boolean) and the (possibly) cleaned console command
@@ -1240,7 +1150,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a suitable file was found
 </dd>
@@ -1301,7 +1211,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 normalized file names (list of strings)
 </dd>
@@ -1483,7 +1393,7 @@
         Private method to get the name of the current site.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 name of the site (string)
 </dd>
@@ -1510,7 +1420,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 file names belonging to the current site (list of strings)
 </dd>
@@ -1523,7 +1433,7 @@
         Private method to calculate the full path of the Django site.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 path of the site (string)
 </dd>
@@ -1654,7 +1564,7 @@
         Public method to get the database name to be used.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 database name
 </dd>
@@ -1673,7 +1583,7 @@
         Public method to get the Django version as a tuple.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 Django version
 </dd>
@@ -1692,7 +1602,7 @@
         Public method to get the Django version as a string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 Django version (string)
 </dd>
@@ -1712,7 +1622,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the menu (QMenu) or None, if no
             menu with the given name exists
@@ -1726,7 +1636,7 @@
         Public method to get the names of all menus.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 menu names (list of string)
 </dd>
@@ -1739,7 +1649,7 @@
         Public method to get the path of the eric6 project.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 path of the eric6 project (string)
 </dd>
@@ -1752,7 +1662,7 @@
         Public method to get the list of recent applications.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of recent applications entries (list of strings)
 </dd>
@@ -1765,7 +1675,7 @@
         Public method to get the list of recently used database names.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of recently used database names
 </dd>
@@ -1791,7 +1701,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of recent test data entries
 </dd>
@@ -1817,7 +1727,7 @@
         Public method to initialize the Django menu.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the menu generated
 </dd>
@@ -1983,7 +1893,7 @@
         Public method to get the supported Python variants.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of supported Python variants (list of strings)
 </dd>
@@ -2131,7 +2041,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple of successful start and process id (boolean, integer)
 </dd>

eric ide

mercurial