Ticket #9991: 9991.patch

File 9991.patch, 477 bytes (added by Peter Bengtsson, 15 years ago)

The patch. Only tested this manually. Working on how to write tests for this.

  • django/db/backends/postgresql/introspection.py

     
    77        21: 'SmallIntegerField',
    88        23: 'IntegerField',
    99        25: 'TextField',
     10        700: 'FloatField',
    1011        701: 'FloatField',
    1112        869: 'IPAddressField',
    1213        1043: 'CharField',
Back to Top