Changes between Version 2 and Version 3 of Ticket #17932, comment 9
- Timestamp:
- Jun 2, 2012, 8:11:18 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17932, comment 9
v2 v3 16 16 }}} 17 17 This 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 19 I've added a pull request for this: https://github.com/django/django/pull/102