hi all

working with the newforms-admin branch i tried to build a model using model
inheritance: e.g. Task is a subclass of Item, fine. but in the admin
interface (this is probably true for old and newforms versions) there is
something funny happening.

when trying to add a Task instance there is a field with a reference to an
Item instance. the nf-a generates a filed called "Item ptr" that forces one
to select an Item instance from a popup list. so, it is not possible to
create a Task instance without it referring to an Item instance.

why? is the model wrong or is there a bug in qs-rf or nf-a? or am i just not
getting it?

the code is 
here<http://code.google.com/p/pastiche/source/browse/trunk/dada/models.py>
.

thanks for your help.
André

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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