PEP8 cleanups, remove OCR_CACHE_URI

This commit is contained in:
Roberto Rosario
2012-01-18 13:53:02 -04:00
parent 8a5d0425b6
commit f9a3c4611b
7 changed files with 17 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
Version 0.12
------------
* Removal of the OCR_CACHE_URI configuration option
* Upgrade commands:
* ./manage.py syncdb

View File

@@ -270,14 +270,6 @@ OCR
Default: ``10``
.. data:: OCR_CACHE_URI
Default: ``None``
URI in the form: ``"memcached://127.0.0.1:11211/"`` to specify a cache
backend to use for locking. Multiple hosts can be specified separated
by a semicolon.
.. data:: OCR_UNPAPER_PATH