I'm trying to use the Historical Records feature from Marty Alchin's "Pro Django" book, but it's not working for me when my model has two foreign keys to users. I'm getting
Accessor for field 'owner' clashes with related field.... Add a related_name argument to the definition for 'owner'. etc It doesn't work if I add a related name to the field in my object. So either I'm doing something silly or Historical Records don't work with multiple foreign keys. Anyone used this successfully in this manner? Thanks
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.