Changes between Initial Version and Version 5 of Ticket #19884


Ignore:
Timestamp:
Jan 29, 2014, 4:49:24 PM (10 years ago)
Author:
Shai Berger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19884 – Description

    initial v5  
    11The test inspectdb.test_field_types() has multiple errors, at least:
    22  - CharField lengths not correctly inspected (returns double the length of generated field)
    3   - FloatField not correctly inspected (returns DecimalField with max_digits=-127)
     3  - ~~FloatField not correctly inspected (returns DecimalField with max_digits=-127)~~
    44  - DateTimeField is inspected as TimeField
    55
Back to Top