Re: python3-django and mysqldb

2014-07-09 Thread Sandro Tosi
On Tue, Jul 8, 2014 at 9:24 AM, Brian May wrote: > Have CCed the maintainer (Debian Python Modules Team is uploader). > > Sandro Tosi, do you have any objections if I package the latest version for > Debian? it seems you uploaded anyway, but that's ok, thanks for the upload -- Sandro Tosi (aka

Re: python3-django and mysqldb

2014-07-08 Thread Brian May
On 7 Jul 2014 13:42, "Brian May" wrote: > Which is already in unstable: > > python-mysql.connector > python3-mysql.connector Also see https://groups.google.com/forum/m/#!topic/south-users/hrxwgimaYy8 By default south doesn't work with mysql connector. Fortunately the workaround seems to be simp

Re: python3-django and mysqldb

2014-07-08 Thread Brian May
On 7 Jul 2014 13:42, "Brian May" wrote: > Which is already in unstable: > > python-mysql.connector > python3-mysql.connector Might have to try and get these updated in Debian. http://bugs.mysql.com/bug.php?id=71806 Means Django depreciated warnings become fatal errors :-( Have CCed the maintai

python3-django and mysqldb

2014-07-06 Thread Brian May
According to Django 1.6 documentation: https://docs.djangoproject.com/en/1.6/ref/databases/#python-3 The recommended solution is to use an unofficial fork of mysqldb, such as https://github.com/clelland/MySQL-for-Python-3 According to Django 1.7 documentation, the recommended solution is to use