Closed GoogleCodeExporter closed 9 years ago
We are still working on Django 1.1, so we have not met this problem yet. Thanks
for the patch anyway.
Usually when I ovveride models methods i prefer to use *args and **kwargs, in
this way:
def save(self, *args, **kwargs):
models.Model.save(self,*args, **kwargs)
It should work also in this case.
Original comment by mdrio1...@gmail.com
on 31 Jan 2011 at 3:08
Original comment by maurizio...@gmail.com
on 31 Jan 2011 at 3:26
Original comment by maurizio...@gmail.com
on 31 Jan 2011 at 3:26
Original comment by maurizio...@gmail.com
on 14 Jun 2011 at 9:39
Original issue reported on code.google.com by
dotsph...@gmail.com
on 27 Apr 2010 at 12:50