mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-19 09:12:30 +02:00
19 lines
397 B
Python
19 lines
397 B
Python
# Generated by Django 2.2.9 on 2020-01-30 13:14
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('groupmanagement', '0012_group_leads'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='requestlog',
|
|
name='date',
|
|
field=models.DateTimeField(auto_now_add=True),
|
|
),
|
|
]
|