>
> Morgan, take a look at the inheritanceManager of this
> app: https://github.com/carljm/django-model-utils#readme
> --
> Marc
>

I'm not sure how InheritanceManager would quite solve _this_ problem,
although it certainly is handy (I've independently implemented
something like InheritanceCastModel already). So, thanks for the tip!

Just to clarify:
My problem is that Document instances get created at some point (and
referenced by other models), and at some later date a Document might
need to be transmuted to a UploadedFile (which should be fine
hypothetically).

The actual classes I'm dealing with are a little more complicated, my
example was just for this question.

-Morgan

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