Changes between Initial Version and Version 2 of Ticket #27338


Ignore:
Timestamp:
Oct 31, 2016, 4:42:17 AM (7 years ago)
Author:
Mads Jensen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27338 – Description

    initial v2  
    77),
    88}}}
    9 Running it on PostgreSQ gives: `django.db.utils.ProgrammingError: operator class "varchar_pattern_ops" does not accept data type integer`. I'm not sure if this can be made to work sensibly. Is it possible to autopopulate the `AutoField`? I ran into this situation while investigating #27267.
     9Running it on PostgreSQL gives: `django.db.utils.ProgrammingError: operator class "varchar_pattern_ops" does not accept data type integer`. I'm not sure if this can be made to work sensibly. Is it possible to autopopulate the `AutoField`? I ran into this situation while investigating #27267.
Back to Top