Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

70 lines (51 loc) · 2.84 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Better default when checking if the middleware should raise the exception
  • Update JSONField default value to dict callable

1.2.0 - 2017-05-06

Added

  • Check for a MAX_SESSION_LENGTH setting when logging in and setting session expiry.

Changed

  • Addded on_cascade clauses to migrations.
  • Restrict association URL to just integer ids

1.1.0 - 2017-02-10

Added

  • Authenticate cleanup method override to discard request parameter getting passed starting from Django 1.11

1.0.1 - 2017-01-29

Changed

  • Remove migration replacement to nonexistent reference
  • Ensure atomic transaction if active

1.0.0 - 2017-01-22

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.

0.1.0 - 2016-12-28

Added

  • Let Django resolve URL when getting from settings (port of #905 by webjunkie)
  • Add setting to fine-tune admin search fields (port of #1035 by atugushev)

Changed

  • Fixed REDIRECT_URL_VALUE value to be quoted by default. Refs #875
  • Django strategy should respect X-Forwarded-Port (port of #841 by omarkhan)
  • Fixed use of old private API (port of #822 by eranmarom)
  • Add ON DELETE CASCADE for user fk (port of #1015 by artofhuman)
  • Avoid usage of SubfieldBase on 1.8 and 1.9 versions (port of #1008 by tom-dalton-fanduel)

0.0.1 - 2016-11-27

Changed