Djblets 5.2.1 Release Notes¶
Release date: March 24, 2025
Installation¶
To install Djblets 5.2.1, run:
$ pip3 install Djblets==5.2.1
To learn more, see:
djblets.forms¶
Fixed a client-side regression for related object selectors.
Djblets provides a form field to provide related object selection (i.e. for use in Django admin sites) that is based on search capabilities rather than large database queries. Djblets 5.2 had a regression where the JavaScript side of this could raise errors, breaking the form.
Improved the look of the delete icon in related object selectors.
Contributors¶
Christian Hammond
David Trowbridge
Michelle Aubin