We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecb5407 + 0c4960a commit e69e510Copy full SHA for e69e510
snippets/django.snippets
@@ -84,7 +84,7 @@ snippet model
84
def __unicode__(self):
85
${5}
86
87
- def save(self, force_insert=False, force_update=False):
+ def save(self, *args, **kwargs):
88
${6}
89
90
@models.permalink
0 commit comments