ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoMakeMigrationsDialog.html

Thu, 26 Dec 2024 14:19:48 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 26 Dec 2024 14:19:48 +0100
branch
eric7
changeset 198
dd36f90e77ee
parent 176
1395e0583f4e
permissions
-rw-r--r--

Regenerated the source documentation.

<!DOCTYPE html>
<html><head>
<title>Plugin_Project_Django.ProjectDjango.DjangoMakeMigrationsDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>Plugin_Project_Django.ProjectDjango.DjangoMakeMigrationsDialog</h1>
<p>
Module implementing a dialog to enter the data needed to make migrations.
</p>

<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Classes</h3>
<table>
<tr>
<td><a href="#DjangoMakeMigrationsDialog">DjangoMakeMigrationsDialog</a></td>
<td>Class implementing a dialog to enter the data needed to make migrations.</td>
</tr>
</table>

<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>

<hr />
<hr />
<a NAME="DjangoMakeMigrationsDialog" ID="DjangoMakeMigrationsDialog"></a>
<h2>DjangoMakeMigrationsDialog</h2>
<p>
    Class implementing a dialog to enter the data needed to make migrations.
</p>

<h3>Derived from</h3>
QDialog, Ui_DjangoMakeMigrationsDialog
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Methods</h3>
<table>
<tr>
<td><a href="#DjangoMakeMigrationsDialog.__init__">DjangoMakeMigrationsDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#DjangoMakeMigrationsDialog.getData">getData</a></td>
<td>Public method to get the data for the migration.</td>
</tr>
</table>

<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>


<a NAME="DjangoMakeMigrationsDialog.__init__" ID="DjangoMakeMigrationsDialog.__init__"></a>
<h4>DjangoMakeMigrationsDialog (Constructor)</h4>
<b>DjangoMakeMigrationsDialog</b>(<i>recentApps, parent=None</i>)
<p>
        Constructor
</p>

<dl>

<dt><i>recentApps</i> (list of str)</dt>
<dd>
list of recently entered applications
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<a NAME="DjangoMakeMigrationsDialog.getData" ID="DjangoMakeMigrationsDialog.getData"></a>
<h4>DjangoMakeMigrationsDialog.getData</h4>
<b>getData</b>(<i></i>)
<p>
        Public method to get the data for the migration.
</p>

<dl>
<dt>Return:</dt>
<dd>
tuple containing the application names, a migration name,
            the dry-run flag, a flag for an empty migration and a flag
            indicating to fix migration conflicts
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, str, bool, bool, bool)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial