Are OneToOneField's supported by the default admin tooling?

I am attempting to follow the ForeignKey tutorial
(edit_line=meta.STACKED), but I get a get_xxx_count error, which I
wouldn't expect. I would expect it to default that value to 1.

I get around that by creating the missing get_xxx_count method but then
I get the following error:

AttributeError: OneToOne instance has no attribute
'num_extra_on_change'

Any thoughts?

thanks!

Ian

Reply via email to