google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

when over writing save() you should accept *args, **kwargs #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got an error about force_insert, so I changed the Video class save
declaration to def save(self, *args, **kwargs):

Original issue reported on code.google.com by urbanfr...@gmail.com on 8 Apr 2009 at 12:40

GoogleCodeExporter commented 9 years ago
Made this change and updated the repository version. THANKS!

Original comment by jesse.l...@gmail.com on 15 Apr 2009 at 12:44