-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into FFT-69/sentry-performance-monitoring
- Loading branch information
Showing
23 changed files
with
1,398 additions
and
12 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
321 changes: 321 additions & 0 deletions
321
chartofaccountDIT/migrations/0015_alter_simplehistoryanalysis1_options_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,321 @@ | ||
# Generated by Django 4.2.15 on 2024-10-02 12:37 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("chartofaccountDIT", "0014_alter_archivedanalysis1_financial_year_and_more"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name="simplehistoryanalysis1", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Contract Reconciliation (Analysis 1)", | ||
"verbose_name_plural": "historical Contract Reconciliations (Analysis 1)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryanalysis2", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Market (Analysis 2)", | ||
"verbose_name_plural": "historical Markets (Analysis 2)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedanalysis1", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Contract Reconciliation (Analysis 1)", | ||
"verbose_name_plural": "historical Archived Contract Reconciliations (Analysis 1)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedanalysis2", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Market (Analysis 2)", | ||
"verbose_name_plural": "historical Archived Markets (Analysis 2)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedcommercialcategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Commercial Category", | ||
"verbose_name_plural": "historical Archived Commercial Categories", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedexpenditurecategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Budget Category", | ||
"verbose_name_plural": "historical Archived Budget Categories", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedfcomapping", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived FCO Mapping", | ||
"verbose_name_plural": "historical Archived FCO Mappings", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedinterentity", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Inter-Entity", | ||
"verbose_name_plural": "historical Archived Inter-Entities", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivednaturalcode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Natural Account Code (NAC)", | ||
"verbose_name_plural": "historical Archived Natural Account Codes (NAC)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedprogrammecode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Programme Code", | ||
"verbose_name_plural": "historical Archived Programme Codes", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryarchivedprojectcode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Archived Project", | ||
"verbose_name_plural": "historical Archived Projects", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistorybudgettype", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical budget type", | ||
"verbose_name_plural": "historical budget types", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistorycommercialcategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Commercial Category", | ||
"verbose_name_plural": "historical Commercial Categories", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryexpenditurecategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Budget Category", | ||
"verbose_name_plural": "historical Budget Categories", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryfcomapping", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical FCO Mapping", | ||
"verbose_name_plural": "historical FCO Mappings", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryinterentity", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Inter-Entity", | ||
"verbose_name_plural": "historical Inter-Entities", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryinterentityl1", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Government Body", | ||
"verbose_name_plural": "historical Government Bodies", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistorynaccategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Budget Grouping", | ||
"verbose_name_plural": "historical Budget Groupings", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistorynaturalcode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Natural Account Code (NAC)", | ||
"verbose_name_plural": "historical Natural Account Codes (NAC)", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryoperatingdeliverycategory", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Operating Delivery Plan Category", | ||
"verbose_name_plural": "historical Operating Delivery Plan Categories", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryprogrammecode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Programme Code", | ||
"verbose_name_plural": "historical Programme Codes", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="simplehistoryprojectcode", | ||
options={ | ||
"get_latest_by": ("history_date", "history_id"), | ||
"ordering": ("-history_date", "-history_id"), | ||
"verbose_name": "historical Project", | ||
"verbose_name_plural": "historical Projects", | ||
}, | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryanalysis1", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryanalysis2", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedanalysis1", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedanalysis2", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedcommercialcategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedexpenditurecategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedfcomapping", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedinterentity", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivednaturalcode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedprogrammecode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryarchivedprojectcode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistorybudgettype", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistorycommercialcategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryexpenditurecategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryfcomapping", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryinterentity", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryinterentityl1", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistorynaccategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistorynaturalcode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryoperatingdeliverycategory", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryprogrammecode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
migrations.AlterField( | ||
model_name="simplehistoryprojectcode", | ||
name="history_date", | ||
field=models.DateTimeField(db_index=True), | ||
), | ||
] |
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ | |
] | ||
|
||
ASYNC_FILE_UPLOAD = False | ||
|
||
AXES_ENABLED = False |
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 |
---|---|---|
|
@@ -9,3 +9,5 @@ | |
] | ||
|
||
ASYNC_FILE_UPLOAD = False | ||
|
||
AXES_ENABLED = False |
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.