On Sep 4, 7:18 am, canburak <[EMAIL PROTECTED]> wrote:
> I have a problem on overriding the save() method.
> my new save is:
> class ClassName:
> def save(self):
> self.title = self.title.title()
> super(ClassName, self).save()
>
> when admin site uses this save(), I get the non-unique
What is self.title and self.title.title() ?
On 4 , 15:18, canburak <[EMAIL PROTECTED]> wrote:
> I have a problem on overriding the save() method.
> my new save is:
> class ClassName:
> def save(self):
> self.title = self.title.title()
> super(ClassName, self).save()
>
> when admin s
I have a problem on overriding the save() method.
my new save is:
class ClassName:
def save(self):
self.title = self.title.title()
super(ClassName, self).save()
when admin site uses this save(), I get the non-unique exception at
django/python level but I hope to see a red box in the adm
3 matches
Mail list logo