PEER'S SPACE
Static Public Attributes | List of all members
theblog.migrations.0003_thompson.Migration Class Reference
Inheritance diagram for theblog.migrations.0003_thompson.Migration:
Inheritance graph
[legend]
Collaboration diagram for theblog.migrations.0003_thompson.Migration:
Collaboration graph
[legend]

Static Public Attributes

list dependencies
 
list operations
 

Member Data Documentation

◆ dependencies

list theblog.migrations.0003_thompson.Migration.dependencies
static
Initial value:
= [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('theblog', '0002_post_tags'),
]

◆ operations

list theblog.migrations.0003_thompson.Migration.operations
static
Initial value:
= [
migrations.CreateModel(
name='thompson',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('ML', models.FloatField(default=0.0)),
('DIP', models.FloatField(default=0.0)),
('RL', models.FloatField(default=0.0)),
('SYSTEM', models.FloatField(default=0.0)),
('author', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
],
),
]

The documentation for this class was generated from the following file: