Python Social Auth v2.0.0 Release Notes

Release Date: 2017-10-28 // over 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better default when checking if the middleware should raise the exception
    • โšก๏ธ Update JSONField default value to dict callable
    • โšก๏ธ Updated authenticate() parameters cleanup to avoid double arguments errors
    • ๐Ÿ›  Fix imports to bring Django 2.0 support
    • Admin friendly label
    • Old Django versions (1.8 and below) compatibility dropped
    • โœ… Python 3.6 and Django 2.0 tests
    • Management command to clean stale data (partial sessions and codes)

    โž• Added

    • โž• Added JSONField support PostgreSQL builtin option if configured
    • โž• Added strategy / models / views tests
    • โž• Added timestamps to Partial and Code models