On 7/29/07, james_027 <[EMAIL PROTECTED]> wrote:
> D:\private\james\documents\django\ksk>python manage.py validate
> manning.employee: Reverse query name for field 'employee_contract'
> clashes with field 'EmployeeContr
> act.employee'. Add a related_name argument to the definition for
> 'employee_contract'.
> manning.employee: Reverse query name for field 'employee_assignment'
> clashes with field 'EmployeeAss
> ignment.employee'. Add a related_name argument to the definition for
> 'employee_assignment'.
> 2 errors found.

Django is telling you exactly what you need to do to resolve the
error. Look at the model documentation for "related_name" for more
details.



-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to