Removes possible conflicts when comparing a field of the cuurent model with a
relational field with the same name.
Example:
User has a field "is_active", and has a relation with UserEmail that also has a
field "is_active"... If a search uses both fields, an Exception is raised.
Original issue reported on code.google.com by robregonm on 2 Sep 2011 at 6:20
Original issue reported on code.google.com by
robregonm
on 2 Sep 2011 at 6:20Attachments: