Re: Django and PostgreSQL update

2020-09-17 Thread Oussama Ben Rejeb
u can do a data dump before, but i think that there is no problem to update it On Thursday, September 17, 2020 at 2:29:46 PM UTC+2 dupakoo...@gmail.com wrote: > Hello everyone, > > I have a small database. Django version currently 2.2, postgres 9.2.24. I > forgot to note the psycopg2 older ver

RE: Django and PostgreSQL update

2020-09-17 Thread dupakoor kannan
Hello everyone, I have a small database. Django version currently 2.2, postgres 9.2.24. I forgot to note the psycopg2 older version. It was working fine. I have updated django to 2.2.26 and psycopg2==2.8.3. Also, I made changes in my model and migrated. I come across this error during migration.