vvangelovski / django-audit-log

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

Added 'app_label' to related_name to avoid clashes #13

Closed kweku closed 10 years ago

kweku commented 10 years ago

Its possible for two different apps to have models that have the same name. The current related name structure assumes that all models in the entire project have a unique name.

vvangelovski commented 10 years ago

I understand the problem. The solution looks OK. Thanks