Changes between Initial Version and Version 1 of Ticket #34540


Ignore:
Timestamp:
May 4, 2023, 11:13:11 AM (12 months ago)
Author:
Vasanth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34540 – Description

    initial v1  
    55
    66{{{
    7 def tenant_storage():
     7def tenant_storage(instance, filename):
    88    tenant = getattr(local_state, "tenant", "default")
    99    return storages[tenant]
Back to Top