Skip to content

Commit f91b7c6

Browse files
committed
minor changed to docs
1 parent 224c79c commit f91b7c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/api.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,
4545
is 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

0 commit comments

Comments
 (0)