Skip to content

Commit

Permalink
Clean up docs mess
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsparks committed Jul 11, 2012
1 parent 0d4b77f commit 0f7de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ For apps with many ``DeferredForeignKey`` instances involving the same model
it may be more efficient to clean the caches once, after all pointing and
repointing has finished. To enable this pass ``clean_caches=False`` to
``point`` or ``repoint`` and then manually call ``clean_object_caches`` as
required.
required::

from dfk import point
from dfk import clean_object_caches
Expand Down

0 comments on commit 0f7de43

Please sign in to comment.