never mind, I didn't realize you could just add a filter_horizontal to
the InlineModelAdmin object:
class ProductCustomAttribute_Inline(admin.StackedInline):
model = ProductCustomAttribute
max_num = 1
extra = 1
formset = ProductCustomAttributeFormSet
filter_horizontal = ('feature',)
guess I need to cut back on the cough syrup a little.
On Dec 19, 3:32 pm, jhill10110 <[email protected]> wrote:
> Is it possible to select some fields in an inlines attribute to be
> displayed using the filter_horizontal filter?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---