On 3/15/06, Jeremy Jones <[EMAIL PROTECTED]> wrote: > I'm reworking a simple store with the magic removal branch > and running into a bit of a snag. When I create a record in the admin > interface for a model which has an ImageField, I get an import error in > admin_list.py on ``from django.parts.media.photos import > get_thumbnail_url``. 0.91 has a parts.media.photos module, but > magic-removal doesn't. I dropped in the ``parts`` directory from 0.91 > into my magic-removal branch and it seems to work fine without > modification. Is this something that's going to be added back in as > is (so that I can just move forward with my dropped in code)?
Thanks for pointing this out. django.parts appears to have been removed while I was on vacation. I'm investigating. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
