Changes between Initial Version and Version 2 of Ticket #13322


Ignore:
Timestamp:
Apr 11, 2010, 11:35:38 AM (14 years ago)
Author:
Alex Gaynor
Comment:

Please use preview.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13322 – Description

    initial v2  
    11While trying to generate model from database with manage.py inspectdb I get the following error:
    2 
     2{{{
    33class Categorias(models.Model):
    44Traceback (most recent call last):
     
    2020    field_desc = '%s = models.%s' % (att_name, field_type)
    2121UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
     22}}}
Back to Top