Paul Backhouse
unread,Aug 31, 2012, 11:53:52 AM8/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
In your CountryForm, calling super(self.__class__)... might not be a
good idea. You should name the class, ie.
super(CountryForm, self).save(*args, **kwargs)
I'd also be wary of defining a class called 'Object', since python
already has 'object' as part of its "new style" classes.
Paul
On Fri, 2012-08-31 at 07:58 -0700, Drvanon wrote:
> Hello django-ers,
>
>
> Today I had a good dream in which I though I fixed something in my
> bug-magnet.