Re: Error when creating thumbnails based on a class that is edit_inline

2007-09-23 Thread tcedotal
http://www.360Elite4free.com/index.php?ref=3979324 Go and join this site complete one level a offer and reffer friends to get a free xbox 360 elite...I'm paying $10 to the first 10 people who join and get credited for completing an offer! http://www.360Elite4free.com/index.php?ref=3979324

Re: Error when creating thumbnails based on a class that is edit_inline

2007-09-23 Thread corykrug
This same issue is taking up a lot of my time too. Same symptoms. I haven't been able to come up with a solution yet, so I'm hoping someone can shed some light on the subject. On Sep 5, 9:59 pm, Greg <[EMAIL PROTECTED]> wrote: > Here is my modelfilethat contains a save method - When I do a

Re: Error when creating thumbnails based on a class that is edit_inline

2007-09-23 Thread corykrug
This same issue is taking up a lot of my time too. Same symptoms. I haven't been able to come up with a solution yet, so I'm hoping someone can shed some light on the subject. On Sep 10, 12:18 pm, Greg <[EMAIL PROTECTED]> wrote: > Anybody?? > > On Sep 5, 11:59 pm, Greg <[EMAIL PROTECTED]>

Re: Error when creating thumbnails based on a class that is edit_inline

2007-09-05 Thread Greg
Here is my model file that contains a save method - When I do a assert False, self.name from within my if statement in my save method I get the name of the style. However, when I do a assert False, self.image I get nothing. That only happens when I edit the style from within a collection using

Re: Error when creating thumbnails based on a class that is edit_inline

2007-08-27 Thread Greg
Looking more into the problem i noticed that when I do a 'assert False, self.get_photo_filename()' I get nothing in return. When I do the same thing (without edit_inline) I get the the filename of the image. Does anybody know why when I use edit_inline my self.get_photo_filename statement from

Error when creating thumbnails based on a class that is edit_inline

2007-08-23 Thread Greg
Hello, I'm having a problem when I try to create thumbnails for a class that is has edit_inline. Here are my two models: class Collection(models.Model): name = models.CharField(maxlength=200) collectionslug = models.SlugField(prepopulate_from=["name"]) photo =