19 lines
561 B
Python
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.'),
|
|
),
|
|
]
|