Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16833 closed Cleanup/optimization (fixed)

Remove obscure mixin parameter from Storage.open() method

Reported by: Jannis Leidel Owned by: nobody
Component: File uploads/storage Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As discussed with Jacob, Russell and Marty this ought to be removed since it's an undocumented and rather obscure feature which can easily be implemented with standard subclassing/overriding.

Change History (2)

comment:1 by Jannis Leidel, 13 years ago

Summary: Remove obscure mixin parameter from `Storage.open()` methodRemove obscure mixin parameter from Storage.open() method

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16824]:

Fixed #16833 -- Removed undocumented mixin parameter from the Storage.open() method as this was an undocumented and obscure feature. Thanks to Marty and Russell for sanity-checking.

Note: See TracTickets for help on using tickets.
Back to Top