Re: Issues Upgrading to django 1.8 and migrating from south

2015-06-01 Thread Marcela Campo
Hi Tim, many thanks for your help. That, indeed was the issue. Doing a hard upgrade solved it. Cheers! Marcela -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Issues Upgrading to django 1.8 and migrating from south

2015-05-29 Thread Tim Graham
I guess you might have an old database created using the PostGIS template. See http://gis.stackexchange.com/questions/112592/installed-postgis-extension-not-listed-for-database On Thursday, May 28, 2015 at 5:09:47 PM UTC-4, Marcela Campo wrote: > > Hi all, > I am upgrading an app from django 1

Issues Upgrading to django 1.8 and migrating from south

2015-05-28 Thread Marcela Campo
Hi all, I am upgrading an app from django 1.5 + south to 1.8. I am having some issues when faking migrations with the recommended procedure here https://docs.djangoproject.com/en/1.8/topics/migrations/#upgrading-from-south I am using postgres with postgis extension and engine 'ENGINE': 'dja