修改了部门详情的model,

添加了对数据库数据输出前的格式验证
This commit is contained in:
康家辉
2022-04-30 22:37:50 +08:00
parent 14a75d3fdd
commit 19440fe0e2
5 changed files with 104 additions and 143 deletions
+18 -9
View File
@@ -31,11 +31,7 @@
</select>
</component>
<component name="ChangeListManager">
<list default="true" id="81247df9-f070-428a-8ff8-85c1a06086e7" name="Default Changelist" comment="修改+合并前的提交">
<change beforePath="$PROJECT_DIR$/.idea/ITShowPlatform.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/ITShowPlatform.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/deployment.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/sshConfigs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/sshConfigs.xml" afterDir="false" />
<list default="true" id="81247df9-f070-428a-8ff8-85c1a06086e7" name="Default Changelist" comment="完善了一下serializers">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/history/migrations/0001_initial.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/history/models.py" beforeDir="false" afterPath="$PROJECT_DIR$/history/models.py" afterDir="false" />
@@ -72,7 +68,7 @@
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../pythonProject4" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/../Todo" />
<property name="settings.editor.selected.configurable" value="web.server" />
</component>
<component name="RunManager">
@@ -101,6 +97,7 @@
<method v="2" />
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="SvnConfiguration">
<configuration />
</component>
@@ -120,6 +117,10 @@
<workItem from="1650790774256" duration="451000" />
<workItem from="1650903753930" duration="1368000" />
<workItem from="1651065854470" duration="1813000" />
<workItem from="1651235869595" duration="8446000" />
<workItem from="1651248194966" duration="1722000" />
<workItem from="1651275393720" duration="5083000" />
<workItem from="1651322613788" duration="6665000" />
</task>
<task id="LOCAL-00001" summary="fix">
<created>1650187914913</created>
@@ -135,11 +136,18 @@
<option name="project" value="LOCAL" />
<updated>1650785005055</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="完善了一下serializers">
<created>1651233809599</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1651233809599</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="2" />
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
@@ -168,7 +176,8 @@
<component name="VcsManagerConfiguration">
<MESSAGE value="fix" />
<MESSAGE value="修改+合并前的提交" />
<option name="LAST_COMMIT_MESSAGE" value="修改+合并前的提交" />
<MESSAGE value="完善了一下serializers" />
<option name="LAST_COMMIT_MESSAGE" value="完善了一下serializers" />
</component>
<component name="com.intellij.coverage.CoverageDataManagerImpl">
<SUITE FILE_PATH="coverage/ITShowPlatform$urls.coverage" NAME="urls Coverage Results" MODIFIED="1650768597611" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/history" />