2011/1/17 Martin Tiršel <[email protected]> > I found two ways how to do it: > > *) m2m_changed signal - this is the best way > > *) save_model(self, request, obj, form, change) method for ModelAdmin - obj > has current relations, form contains the new relations > > Martin > > The third way would be creating a custom model field that handle work with images
-- *Vovk Donets* python/django developer skype: suunbeeam icq: 232490857 mail: [email protected] -- 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.

