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.
1 parent 40f1db9 commit 0c4960aCopy full SHA for 0c4960a
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