concepts.migrations.0002_concept_merged_with module¶
-
class
concepts.migrations.0002_concept_merged_with.Migration(name, app_label)[source]¶ Bases:
django.db.migrations.migration.Migration-
dependencies= [(u'concepts', u'0001_initial')]¶
-
operations= [<AddField field=<django.db.models.fields.related.ForeignKey>, name=u'merged_with', model_name=u'concept'>]¶
-