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

changeset 110
da5ee5012004
parent 104
4cd211a73b3e
child 125
d280acf98fb5
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sat Nov 04 15:22:22 2017 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sun Nov 12 14:56:13 2017 +0100
@@ -239,6 +239,9 @@
 <td><a href="#Project.__loadRecentApplications">__loadRecentApplications</a></td>
 <td>Private method to load the recently used applications list.</td>
 </tr><tr>
+<td><a href="#Project.__loadRecentTestData">__loadRecentTestData</a></td>
+<td>Private method to load the recently used test data lists.</td>
+</tr><tr>
 <td><a href="#Project.__makeMigrations">__makeMigrations</a></td>
 <td>Private slot to generate migrations for the Django project.</td>
 </tr><tr>
@@ -272,6 +275,9 @@
 <td><a href="#Project.__saveRecentApplications">__saveRecentApplications</a></td>
 <td>Private method to save the list of recently used applications list.</td>
 </tr><tr>
+<td><a href="#Project.__saveRecentTestData">__saveRecentTestData</a></td>
+<td>Private method to save the list of recently used test data.</td>
+</tr><tr>
 <td><a href="#Project.__selectSite">__selectSite</a></td>
 <td>Private method to select a site to work with.</td>
 </tr><tr>
@@ -347,6 +353,9 @@
 <td><a href="#Project.getRecentApplications">getRecentApplications</a></td>
 <td>Public method to get the list of recent applications.</td>
 </tr><tr>
+<td><a href="#Project.getRecentTestData">getRecentTestData</a></td>
+<td>Public method to get the list of recent test data.</td>
+</tr><tr>
 <td><a href="#Project.initActions">initActions</a></td>
 <td>Public method to define the Django actions.</td>
 </tr><tr>
@@ -380,6 +389,9 @@
 <td><a href="#Project.setMostRecentApplication">setMostRecentApplication</a></td>
 <td>Public method to set the most recently used applications entry.</td>
 </tr><tr>
+<td><a href="#Project.setMostRecentTestData">setMostRecentTestData</a></td>
+<td>Public method to set the most recently used test data entry.</td>
+</tr><tr>
 <td><a href="#Project.startProjectOrApplication">startProjectOrApplication</a></td>
 <td>Public slot to start a new Django project or application.</td>
 </tr><tr>
@@ -894,6 +906,11 @@
 <b>__loadRecentApplications</b>(<i></i>)
 <p>
         Private method to load the recently used applications list.
+</p><a NAME="Project.__loadRecentTestData" ID="Project.__loadRecentTestData"></a>
+<h4>Project.__loadRecentTestData</h4>
+<b>__loadRecentTestData</b>(<i></i>)
+<p>
+        Private method to load the recently used test data lists.
 </p><a NAME="Project.__makeMigrations" ID="Project.__makeMigrations"></a>
 <h4>Project.__makeMigrations</h4>
 <b>__makeMigrations</b>(<i></i>)
@@ -970,6 +987,11 @@
 <b>__saveRecentApplications</b>(<i></i>)
 <p>
         Private method to save the list of recently used applications list.
+</p><a NAME="Project.__saveRecentTestData" ID="Project.__saveRecentTestData"></a>
+<h4>Project.__saveRecentTestData</h4>
+<b>__saveRecentTestData</b>(<i></i>)
+<p>
+        Private method to save the list of recently used test data.
 </p><a NAME="Project.__selectSite" ID="Project.__selectSite"></a>
 <h4>Project.__selectSite</h4>
 <b>__selectSite</b>(<i></i>)
@@ -1201,6 +1223,26 @@
 <dd>
 list of recent applications entries (list of strings)
 </dd>
+</dl><a NAME="Project.getRecentTestData" ID="Project.getRecentTestData"></a>
+<h4>Project.getRecentTestData</h4>
+<b>getRecentTestData</b>(<i>key</i>)
+<p>
+        Public method to get the list of recent test data.
+</p><dl>
+<dt><i>key</i> (str)</dt>
+<dd>
+key (name) of the test data to get
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+list of recent test data entries
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
 </dl><a NAME="Project.initActions" ID="Project.initActions"></a>
 <h4>Project.initActions</h4>
 <b>initActions</b>(<i></i>)
@@ -1296,6 +1338,19 @@
 <dd>
 applications entry (string)
 </dd>
+</dl><a NAME="Project.setMostRecentTestData" ID="Project.setMostRecentTestData"></a>
+<h4>Project.setMostRecentTestData</h4>
+<b>setMostRecentTestData</b>(<i>key, data</i>)
+<p>
+        Public method to set the most recently used test data entry.
+</p><dl>
+<dt><i>key</i> (str)</dt>
+<dd>
+key (name) of the test data to set
+</dd><dt><i>data</i> (str)</dt>
+<dd>
+test data entry to be set
+</dd>
 </dl><a NAME="Project.startProjectOrApplication" ID="Project.startProjectOrApplication"></a>
 <h4>Project.startProjectOrApplication</h4>
 <b>startProjectOrApplication</b>(<i></i>)

eric ide

mercurial