On 7 mai 2013, at 08:34, Aymeric Augustin <[email protected]> wrote:
> These problems look fairly easy. I plan to work on them. I just updated the pull request and everything works except BinaryField: https://code.djangoproject.com/ticket/20025#comment:5 Something forces the output to be a string, either in the MySQL connector or in the converters registered by Django. I would appreciate some help on this. Here's how to setup the MySQL connector with python 3.3: $ pyvenv-3.3 mysql-py33 $ . mysql-py33/bin/activate $ curl http://python-distribute.org/distribute_setup.py | python $ git clone https://github.com/clelland/MySQL-for-Python-3 $ cd MySQL-for-Python-3 $ python setup.py install Then run model_fields tests. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
