Changes between Version 2 and Version 3 of Ticket #17932, comment 9


Ignore:
Timestamp:
Jun 2, 2012, 8:11:18 AM (12 years ago)
Author:
Vinay Sajip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17932, comment 9

    v2 v3  
    1616}}}
    1717This time it's due to a column named 'date', and just to confuse things further, the column name is accepted for the table creation itself, but fails for the trigger creation, even though the offending column name doesn't appear in the trigger definition. Adding "db_column='event_date'" to the relevant model definition caused the failure to disappear.
     18
     19I've added a pull request for this: https://github.com/django/django/pull/102
Back to Top