Python Social Auth v1.0.0 Release Notes

Release Date: 2017-01-22 // over 7 years ago
  • โž• Added

    • Partial pipeline DB storage implementation
    • Explicit app_label definition in model classes

    ๐Ÿ”„ Changed

    • โ†ช Monkey patch BaseAuth to load the current strategy to workaround django load_backend() call
    • โœ‚ Remove usage of set/get current strategy methods
    • โœ‚ Remove usage of social_auth related name since it should be consider a simple helper.