Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Migrations

Django Heroku Error "your Models Have Changes That Are Not Yet Reflected In A Migration"

I recently added a model to my app (UserProfile) and when I pushed the changes to Heroku, I think I… Read more Django Heroku Error "your Models Have Changes That Are Not Yet Reflected In A Migration"

Why I Am Getting An "(admin.e003) The Value Of 'raw_id_fields[n]' Must Be A Foreignkey Or Manytomanyfield." Error In Django App?

I want to make a schema migration, just add 1 field to Model and to ModelAdmin. class MyModel(model… Read more Why I Am Getting An "(admin.e003) The Value Of 'raw_id_fields[n]' Must Be A Foreignkey Or Manytomanyfield." Error In Django App?