Skip to content Skip to sidebar Skip to footer
Showing posts with the label Database Migration

Alterfield On Auto Generated _ptr Field In Migration Causes Fielderror

I have two models: # app1 class ParentModel(models.Model): # some fields Now, in another app, … Read more Alterfield On Auto Generated _ptr Field In Migration Causes Fielderror

Invalid Literal For Int() Error In Foreignkey Default

My models.py: class orientation_type(models.Model): nome = models.CharField(max_length=16, uniq… Read more Invalid Literal For Int() Error In Foreignkey Default