Closed tsouvarev closed 7 years ago
Hello @omab do you need anything else to merge this request?
@tsouvarev, the PR looks good, but I'm in the middle of splitting the application in smaller pieces (core, django, flask, etc), I'll port any PR to the corresponding place once I've finish the split/migration
thanks, looking forward to that
I've ported this PR into social-core.
Thanks!
When I load backends with
load_backends
, it returnsBACKENDSCACHE
, which is unordereddict
. It's very unhandy to order result later, so it would be nice, ifBACKENDSCACHE
kept order of backends passed as argument