formatting, line: test for delete of party
This commit is contained in:
parent
78f160bf0b
commit
619a17bcd6
16 changed files with 701 additions and 516 deletions
|
@ -32,7 +32,8 @@ class CurrencyRate(metaclass=PoolMeta):
|
|||
actions = iter(args)
|
||||
for rates, values in zip(actions, actions):
|
||||
for rate in rates:
|
||||
MemCache.record_update(CACHEKEY_CURRENCY % rate.currency.id, rate)
|
||||
MemCache.record_update(
|
||||
CACHEKEY_CURRENCY % rate.currency.id, rate)
|
||||
|
||||
@classmethod
|
||||
def delete(cls, records):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue