File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RecordModifiedError
4141``concurrency_check() ``
4242------------------------
4343
44- Sometimes, VersionField(s) are not ables to wraps the save() method,
44+ Sometimes, VersionField(s) cannot wraps the save() method,
4545is these cirumstances you can check it manually ::
4646
4747 from concurrency.core import concurrency_check
@@ -51,7 +51,6 @@ is these cirumstances you can check it manually ::
5151
5252 def save(self, *args, **kwargs):
5353 concurrency_check(self, *args, **kwargs)
54- logger.debug(u'Saving %s "%s".' % (self._meta.verbose_name, self))
5554 super(SecurityConcurrencyBaseModel, self).save(*args, **kwargs)
5655
5756.. note :: Please note ``manually=True`` argument in `IntegerVersionField()` definition
You can’t perform that action at this time.
0 commit comments