| 1234567891011121314151617 |
- # Generated by Django 5.1.2 on 2024-11-09 18:17
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('documento', '0011_documento_pertutti'),
- ]
- operations = [
- migrations.RemoveField(
- model_name='documento',
- name='pertutti',
- ),
- ]
|