mirror of https://github.com/interlegis/sapl.git
Browse Source
* Adicionado autor do documento administrativo * Migration de verbose_name Autoria do Documento * Pequenas alterações nos models e layout de protocoloadm Co-authored-by: Gustavo Santos <gustavo@DESKTOP-JVUD0SL.localdomain>pull/3499/head
Alvaro Gouvea
3 years ago
committed by
GitHub
4 changed files with 24 additions and 4 deletions
@ -0,0 +1,19 @@ |
|||
# Generated by Django 2.2.24 on 2021-12-01 15:01 |
|||
|
|||
from django.db import migrations, models |
|||
import django.db.models.deletion |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('protocoloadm', '0038_auto_20211025_1657'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AlterField( |
|||
model_name='documentoadministrativo', |
|||
name='autor', |
|||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, to='base.Autor', verbose_name='Autoria'), |
|||
), |
|||
] |
Loading…
Reference in new issue