vvangelovski / django-audit-log

Audit log for your Django models
Other
232 stars 93 forks source link

If your model is referensing an Action model, action_id fields are clashing in auditlog model #34

Open fsniper opened 8 years ago

fsniper commented 8 years ago

ERRORS: actions.VariationAuditLogEntry.action_id: (models.E006) The field 'action_id' clashes with the field 'action' from model 'actions.variationauditlogentry'.