This is actually a warning, and only halts execution when settings.py has DEBUG enabled. See mysql/connector/django/base.py line 59.
However when syncdb proceeds past the deprecation warning, it halts on the error about needing schema_editor implemented. On Thursday, April 3, 2014 9:09:31 AM UTC-6, Giovanni wrote: > > Documentation states: > > - > > syncdb has been deprecated and replaced by migrate. Don’t worry - > calls to syncdb will still work as before. > > > But when I run $ python manage.py syncdb, > it stops with a django.utils.deprecation.RemovedInDjango19Warning. > > So I can't seem to use syncdb either. > > > On Wednesday, April 2, 2014 6:42:55 PM UTC-4, Giovanni wrote: >> >> I upgraded from django 1.6 to 1.7b1 and now it seems like as soon as I >> want to do anything that interacts with mysql, I keep getting this error: >> >> NotImplementedError: subclasses of BaseDatabaseWrapper may require a >> schema_editor() method >> >> In Python I can import mysql.connector just fine. >> I've reinstalled mysql 5.6.17 community server. >> >> Any ideas? >> > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5bb0dcdb-3db3-4604-9bdb-7a43c9b454a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

