Howdy Daniel!

> I suspect you have not set the subclass's metaclass to
> models.SubfieldBase - see 
> here:http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#the-s...
>
> You need to do this to get any of the overridden methods to be called.

Thanks for the update, but that isn't the problem.  I am setting it:

    __metaclass__ = models.SubfieldBase


I've gone through the page on writing custom fields several times
(http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#howto-
custom-model-fields).

As far as I can tell the only place where this problem is occurring is
in the situation where:

(1) You have a custom model field as the primary key, and
(2) You are working with multi-table inheritance

My workaround for now is to just not use the postgresql_psycopg2
driver for now, but I suspect this is something that can cause more
significant problems.

--gordon
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to