filtros
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Generated by Django 4.1.3 on 2022-11-29 12:14
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.utils.timezone
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Clientes', '0002_timbres_rfcp'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='timbres',
|
||||
options={'ordering': ('-created_at',)},
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='timbres',
|
||||
name='created_at',
|
||||
field=models.DateTimeField(auto_now_add=True, default=django.utils.timezone.now),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user