Skip to content

0.29.0

Latest

Choose a tag to compare

@mmzeynalli mmzeynalli released this 13 Jul 10:29

Deprecated

  • Using an empty string filter value for "All" is deprecated; use "__all" instead.

What's Changed

  • Fix typos in docstrings and documentation by @maxtaran2010 in #1080
  • fix: resolve boolean input widget crash on WTForms 3.2 by @Vansh-Sharma27 in #1084
  • Fix/issue 1000: Fix unnecessary selectinload for AJAX relations on edit page by @arturbent0 in #1059
  • [Fix] AJAX fields: persist selected values after validation errors by @maxim-f1 in #1039
  • Added default_value to Filters by @wnowicki in #1004
  • Ability to return Response from AuthenticationBackend.login method. by @sheldygg in #935
  • searching for fields that cannot be formatted as a link by @twistfire92 in #948
  • feat: add CSV import with streaming progress and row-level validation by @alserious in #877
  • build(deps-dev): bump phonenumbers from 9.0.28 to 9.0.34 by @dependabot[bot] in #1088
  • build(deps-dev): bump pytest from 9.0.3 to 9.1.1 by @dependabot[bot] in #1090
  • build(deps-dev): bump psycopg2-binary from 2.9.11 to 2.9.12 by @dependabot[bot] in #1089
  • build(deps-dev): bump pillow from 12.2.0 to 12.3.0 by @dependabot[bot] in #1087
  • build(deps-dev): bump zensical from 0.0.42 to 0.0.50 by @dependabot[bot] in #1086
  • New feature: File download support by @korolenkowork in #702
  • [Feature] Add auto-resizing textarea widget with character counter by @maxim-f1 in #1083
  • [Feature] Add column_type_formatters_detail by @maxim-f1 in #999

New Contributors