Changes between Version 5 and Version 12 of Ticket #19884


Ignore:
Timestamp:
Dec 19, 2016, 1:49:30 PM (7 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19884

    • Property Version 1.41.9
    • Property Cc felisiak.mariusz@… added
  • Ticket #19884 – Description

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