Ticket #4048: introspection.py-try-2.diff

File introspection.py-try-2.diff, 430 bytes (added by Bill Fenner <fenner@…>, 17 years ago)

A less incorrect diff for introspection.py

  • introspection.py

    old new  
    8585    FIELD_TYPE.LONG: 'IntegerField',
    8686    FIELD_TYPE.LONGLONG: 'IntegerField',
    8787    FIELD_TYPE.SHORT: 'IntegerField',
    88     FIELD_TYPE.STRING: 'TextField',
     88    FIELD_TYPE.STRING: 'CharField',
    8989    FIELD_TYPE.TIMESTAMP: 'DateTimeField',
    9090    FIELD_TYPE.TINY: 'IntegerField',
    9191    FIELD_TYPE.TINY_BLOB: 'TextField',
Back to Top