Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@jorgenader jorgenader released this 26 Jul 10:04
· 31 commits to master since this release
5a6e83d
  • Breaking change: Changed tg_react.languages to use djangojs domain translations instead
  • Breaking change: Removed react_makemessages in favor of djangojs domain translations
  • Breaking change: Dropped Django < 1.10 support
  • Breaking change: Dropped Python 2.7 support
  • New: Added support for Django 2.0
  • Fix: Fixed bug in tg_react.apiurls.flatten_urls if no group was defined for url
  • Fix: Fixed Jed compatibility for not defining translations correctly
  • Change: Added support to force case-insensitive emails
    • Add configuration values for TGR_USER_SIGNUP_SKIPPED_FIELDS and TGR_EMAIL_CASE_SENSITIVE (defaults to True to maintain compatibility)
    • Allow account serializers to use case-insensitive email when the setting is off
  • Change: UserDetails API view now supports not authenticated access
  • Change: Switched test runner to py.test
  • Change: Supported Django versions start from 1.10
  • Change: Python supported now from Python 3.5, anything lower might be supported but is not tested