I have two models that are essentially identical except that for one
of them a couple of the fields can be blank/null that are required in
the other. It seems silly to maintain two full implementations in
parallel, so I'd like to just make one model a subclass of the other.
I've looked through the docs, but I'm not clear on how to do this, or
whether it's even possible. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---