======================================================================
FAIL: test_number_field_types (inspectdb.tests.InspectDBTestCase)
Test introspection of various Django field types
----------------------------------------------------------------------
Traceback (most recent call last):
File "django\tests\inspectdb\tests.py", line 123, in
test_number_field_types
assertFieldType('decimal_field', "models.DecimalField(max_digits=6,
decimal_places=1)")
File "django\tests\inspectdb\tests.py", line 57, in assertFieldType
self.assertEqual(definition, out_def)
AssertionError: 'models.DecimalField(max_digits=6, decimal_places=1)' !=
'models.TextField() # This field type is a guess.'
- models.DecimalField(max_digits=6, decimal_places=1)
+ models.TextField() # This field type is a guess.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31800>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
These failures are related with `cx_Oracle` 8 and are already fixed.
Duplicate of #31751.
--
Ticket URL: <https://code.djangoproject.com/ticket/31800#comment:1>