Re: magic-removal: from django.parts.media.photos import get_thumbnail_url

2006-04-02 Thread Rudolph
Will django.parts.media get dropped in again soon? I would like it if the ImageField fully works again. Cheers, Rudolph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this gr

Re: magic-removal: from django.parts.media.photos import get_thumbnail_url

2006-03-15 Thread Joseph Kocherhans
On 3/15/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > On 3/15/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > Thanks for pointing this out. django.parts appears to have been > > removed while I was on vacation. I'm investigating. > > I removed django.parts after moving it's contents to

Re: magic-removal: from django.parts.media.photos import get_thumbnail_url

2006-03-15 Thread Joseph Kocherhans
On 3/15/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Thanks for pointing this out. django.parts appears to have been > removed while I was on vacation. I'm investigating. I removed django.parts after moving it's contents to django.contrib.auth. However, django.parts.media was removed long b

Re: magic-removal: from django.parts.media.photos import get_thumbnail_url

2006-03-15 Thread Adrian Holovaty
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.

magic-removal: from django.parts.media.photos import get_thumbnail_url

2006-03-15 Thread Jeremy Jones
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