Changes between Initial Version and Version 1 of Ticket #13965, comment 2


Ignore:
Timestamp:
Oct 10, 2015, 8:30:24 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13965, comment 2

    initial v1  
    11Could you please provide some more details regarding version numbers and such? I tried to reproduce it using psycopg2 '2.2.2 (dt dec ext pq3)' on PostgreSQL 8.4.4 with following field::
    2    
     2{{{
    33   header = CustomField(max_length=255,
    44                verbose_name=_('Header'),
    55                help_text=_("An optional header for this content"))
    6 
     6}}}
    77and it worked for me.
Back to Top