Changes between Initial Version and Version 1 of Ticket #13965, comment 2
- Timestamp:
- Oct 10, 2015, 8:30:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13965, comment 2
initial v1 1 1 Could 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 {{{ 3 3 header = CustomField(max_length=255, 4 4 verbose_name=_('Header'), 5 5 help_text=_("An optional header for this content")) 6 6 }}} 7 7 and it worked for me.