﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22816	Oracle test failure: Inspecting NullBooleanField	Shai Berger	Shai Berger	"{{{
======================================================================
FAIL: test_number_field_types (inspectdb.tests.InspectDBTestCase)
Test introspection of various Django field types
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""<.../tests/inspectdb/tests.py"",> line 95, in test_number_field_types
    assertFieldType('null_bool_field', ""models.BooleanField()"")
  File ""<.../tests/inspectdb/tests.py"",> line 38, in assertFieldType
    self.assertEqual(definition, out_def)
AssertionError: u'models.BooleanField()' != 'models.NullBooleanField()'

----------------------------------------------------------------------
Ran 7008 tests in 11909.588s

FAILED (failures=1, skipped=333, expected failures=8)
}}}

The copied report was on master, but 1.7 has it too. 
It's probably some minor thing, I'll deal with it later today."	Bug	closed	Database layer (models, ORM)	1.7-beta-2	Release blocker	fixed	oracle		Accepted	0	0	0	0	0	0
