Sorry for cross-posting, but I thought this would be relevant for both groups. 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)?
- jmj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
