-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2375 from GSA-TTS/main
2023-10-03 main -> prod
- Loading branch information
Showing
70 changed files
with
1,224 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
backend/audit/migrations/0003_alter_singleauditchecklist_data_source_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Generated by Django 4.2.5 on 2023-10-03 19:05 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("audit", "0002_alter_singleauditchecklist_report_id"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name="singleauditchecklist", | ||
name="data_source", | ||
field=models.CharField(default="GSAFAC"), | ||
), | ||
migrations.AlterField( | ||
model_name="submissionevent", | ||
name="event", | ||
field=models.CharField( | ||
choices=[ | ||
("access-granted", "Access granted"), | ||
("additional-eins-updated", "Additional EINs updated"), | ||
("additional-ueis-updated", "Additional UEIs updated"), | ||
("audit-information-updated", "Audit information updated"), | ||
("audit-report-pdf-updated", "Audit report PDF updated"), | ||
( | ||
"auditee-certification-completed", | ||
"Auditee certification completed", | ||
), | ||
( | ||
"auditor-certification-completed", | ||
"Auditor certification completed", | ||
), | ||
( | ||
"corrective-action-plan-updated", | ||
"Corrective action plan updated", | ||
), | ||
("created", "Created"), | ||
("federal-awards-updated", "Federal awards updated"), | ||
( | ||
"federal-awards-audit-findings-updated", | ||
"Federal awards audit findings updated", | ||
), | ||
( | ||
"federal-awards-audit-findings-text-updated", | ||
"Federal awards audit findings text updated", | ||
), | ||
( | ||
"findings-uniform-guidance-updated", | ||
"Findings uniform guidance updated", | ||
), | ||
("general-information-updated", "General information updated"), | ||
("locked-for-certification", "Locked for certification"), | ||
("notes-to-sefa-updated", "Notes to SEFA updated"), | ||
("secondary-auditors-updated", "Secondary auditors updated"), | ||
("submitted", "Submitted to the FAC for processing"), | ||
("disseminated", "Copied to dissemination tables"), | ||
("tribal-consent-updated", "Tribal audit consent updated"), | ||
] | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.