django1/django/db
Shai Berger e9d12bae1e Made Oracle introspect FloatFields correctly
Broke InspectDBTestCase.test_field_types in two:
- a test_number_field_types, which now passes on Oracle too
- a test_field_types, for all non-numeric fields, which is still expected to fail

Also made some pep8 fixes in the tests file. Refs #19884

Thanks Tim Graham for review.
2014-01-30 00:41:11 +02:00
..
backends Made Oracle introspect FloatFields correctly 2014-01-30 00:41:11 +02:00
migrations Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
models Fixed #21883 -- Added six.moves.xrange import 2014-01-28 21:08:37 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00