1- if I combine related objects in the same page (by using the
edit_inline attribute), and add to one of the fields the unique
atrribute (unique=True), when trying to save the page, i got the
following exception:

Exception Type: TypeError
Exception Value: Cannot resolve keyword 'username' into field.

please note that the username is the name of the field that has the
unique attribute.

2- if I use the OneToOneField relationship between 2 classes and i
combined the 2 models in the same page i got an exception when doing
the following process:

Go to the page, fill the fields, save.
then return to the page in order to change some info fields, and try to
save, an exeption appears:

Exeption Type: Key Error
Exeption value:'person'

please note that am using person and user classes and user has the
field  OneToOneField.

3- if i separate user and person from the same page, but user always
has the OneToOneField. if i try to save a user without selecting a
person, an exeption appears:
OutOfRangevalue adjusted for column  person_id.
note that if i use ForeignKey relation, and i repeat the same process,
an error on the page appears not an exception.

hope that i was clear with my issues.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to