Changes between Initial Version and Version 1 of Ticket #18896, comment 1


Ignore:
Timestamp:
Sep 16, 2012, 7:58:14 AM (12 years ago)
Author:
thikonom

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18896, comment 1

    initial v1  
    1 I think the problem here is the '''unique=True''' constraint.  I reproduced your code using Mysql, it failed with an ''"Duplicate entry 'foo' for key 'text'"'' Integrityerror, but when i removed the unique constraint then it worked as expected.
Back to Top