Skip to content

Version 2.1.1

Latest
Compare
Choose a tag to compare
@cc-a cc-a released this 03 Mar 17:56
256f7e3

Internal changes mostly related to use of the database:

  • Increase max size for Token.value and Token.refresh_token fields.
  • Correct issue with use of the Job model where human readable values for the choices of a CharField were being saved to the database. A data migration is included that will fix up any existing Job records affected when this version is applied.
  • Various dependency upgrades.