changeset 7c595aefe04e in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=7c595aefe04e description: Document Cache.drop as classmethod diffstat:
doc/ref/cache.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 779b09ee5fb9 -r 7c595aefe04e doc/ref/cache.rst --- a/doc/ref/cache.rst Fri Dec 25 17:14:57 2020 +0100 +++ b/doc/ref/cache.rst Sat Dec 26 21:49:29 2020 +0100 @@ -51,7 +51,7 @@ Remove cache changes from transaction. -.. staticmethod:: drop(dbname) +.. classmethod:: drop(dbname) Drops all the caches for database ``dbname``
