On Tue, Sep 29, 2009 at 8:00 AM, eradman wrote:
>
> I have been tasked with migrating a Django app from PostgreSQL (using
> psycopg2 2.0.7) to MySQL (using mysql-python 1.2.2-05), and have
> encountered a problem with custom models definitions that look like
> this:
>
> class CustomIntegerField (
I have been tasked with migrating a Django app from PostgreSQL (using
psycopg2 2.0.7) to MySQL (using mysql-python 1.2.2-05), and have
encountered a problem with custom models definitions that look like
this:
class CustomIntegerField (models.IntegerField):
def __init__ (self, verbose_name = N
2 matches
Mail list logo