# Generated by Django 3.2.13 on 2022-04-15 08:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('heasarc', '0047_alter_heasarcusercat_autoname'),
]
operations = [
migrations.AlterField(
model_name='heasarcusercat',
name='autoname',
field=models.BooleanField(default=False, help_text='Generate IAU name of the component in the form NAME JHHMMSS.s+DDMMSS,
where NAME is taken from the corresponding field above.'),
),
]