-
Notifications
You must be signed in to change notification settings - Fork 1
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 #2637 from prefeiturasp/release/8.17.0
Release/8.17.0
- Loading branch information
Showing
30 changed files
with
776 additions
and
244 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "8.16.2" | ||
__version__ = "8.17.0" | ||
|
||
__version_info__ = tuple( | ||
[ | ||
|
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
54 changes: 54 additions & 0 deletions
54
sme_ptrf_apps/core/migrations/0371_alter_dadosdemonstrativofinanceiro_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,54 @@ | ||
# Generated by Django 4.2.7 on 2024-01-05 14:26 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("core", "0370_merge_20231229_0855"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name="dadosdemonstrativofinanceiro", | ||
options={ | ||
"verbose_name": "Dados Demonstrativo Financeiro", | ||
"verbose_name_plural": "09.2.1) Dados dos Demonstrativos Financeiros", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="itemcredito", | ||
options={ | ||
"verbose_name": "Dados Demonstrativo Financeiro Item de Crédito", | ||
"verbose_name_plural": "Dados dos Demonstrativos Financeiros Itens de Créditos", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="itemdespesa", | ||
options={ | ||
"verbose_name": "Dados Demonstrativo Financeiro Item de Despesa", | ||
"verbose_name_plural": "Dados dos Demonstrativos Financeiros Itens de Despesas", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="itemresumoporacao", | ||
options={ | ||
"verbose_name": "Dados Demonstrativo Financeiro Item Resumo por Ação", | ||
"verbose_name_plural": "Dados dos Demonstrativos Financeiros Itens Resumo por Ação", | ||
}, | ||
), | ||
migrations.AlterModelOptions( | ||
name="relatoriorelacaobens", | ||
options={ | ||
"verbose_name": "Dados da Relação de bens", | ||
"verbose_name_plural": "09.3.1) Dados das Relações de bens", | ||
}, | ||
), | ||
migrations.AlterField( | ||
model_name="dadosdemonstrativofinanceiro", | ||
name="cnpj_associacao", | ||
field=models.CharField( | ||
default="", max_length=20, verbose_name="CNPJ da associação" | ||
), | ||
), | ||
] |
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
Oops, something went wrong.