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
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
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
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.
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