93 <p> |
93 <p> |
94 Public method to get the data entered into the dialog. |
94 Public method to get the data entered into the dialog. |
95 </p><dl> |
95 </p><dl> |
96 <dt>Returns:</dt> |
96 <dt>Returns:</dt> |
97 <dd> |
97 <dd> |
98 list of fixtures (list of strings) |
98 tuple containing the list of fixtures, list of apps to exclude, |
|
99 application to search in and a flag indicating to ignore |
|
100 non-existing fields and models |
|
101 </dd> |
|
102 </dl><dl> |
|
103 <dt>Return Type:</dt> |
|
104 <dd> |
|
105 tuple of (list of str, list of str, str, bool) |
99 </dd> |
106 </dd> |
100 </dl><a NAME="DjangoLoaddataDataDialog.on_fixtureFileButton_clicked" ID="DjangoLoaddataDataDialog.on_fixtureFileButton_clicked"></a> |
107 </dl><a NAME="DjangoLoaddataDataDialog.on_fixtureFileButton_clicked" ID="DjangoLoaddataDataDialog.on_fixtureFileButton_clicked"></a> |
101 <h4>DjangoLoaddataDataDialog.on_fixtureFileButton_clicked</h4> |
108 <h4>DjangoLoaddataDataDialog.on_fixtureFileButton_clicked</h4> |
102 <b>on_fixtureFileButton_clicked</b>(<i></i>) |
109 <b>on_fixtureFileButton_clicked</b>(<i></i>) |
103 <p> |
110 <p> |