Hi all,

I'm working with a content model (say, for simplicity, that we have
articles and images) that has a published status of either "Published"
or "Draft". In the admin interface, I have a widget to associate
images with articles as related content (a manytomany field).

On my site, I currently have a default manager for content that
filters out these draft items, so in the admin, it is not possible for
the field to show or select these draft items in the related content
lookup field. Is there any possible way to either prepopulate the
manytomany field in admin with the correct value or to make the
default manytomany manager for admin different than the default for
the rest of the site?

Thanks,
Steven
--~--~---------~--~----~------------~-------~--~----~
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