Hi,

I've got a model called Courses and a model that inherits from it
called SpecialCourses that has some extra fields.

It seems that any SpecialCourses I add also show up in the changelist
for Courses which will be confusing for content editors ("remember to
edit them under SpecialCourses or you won't see the extra fields").

I could override the default ModelAdmin queryset for Courses and
filter out any that also have an associated SpecialCourse.

Is this the best approach or have I overcomplicated things?

regards,

Andy Baker
--~--~---------~--~----~------------~-------~--~----~
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