Changes between Initial Version and Version 2 of Ticket #13322
- Timestamp:
- Apr 11, 2010, 11:35:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13322 – Description
initial v2 1 1 While trying to generate model from database with manage.py inspectdb I get the following error: 2 2 {{{ 3 3 class Categorias(models.Model): 4 4 Traceback (most recent call last): … … 20 20 field_desc = '%s = models.%s' % (att_name, field_type) 21 21 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128) 22 }}}