srg/heasarc/migrations/0048_alter_heasarcusercat_autoname.py
2024-04-25 17:50:51 +03:00

19 lines
561 B
Python

# 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 <b>NAME JHHMMSS.s+DDMMSS</b>, <br>where NAME is taken from the corresponding field above.'),
),
]