You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix DALFRelatedFieldAjax filter repopulation bug (#18)
Pass selected_text from Python to template to avoid AJAX call that only
returns first 20 results. Selected values beyond pagination limit now
display correctly on page reload.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add Python 3.14 to CI workflow matrix
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Upgrade ruff 0.13.3 → 0.14.14
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Keep selected_value on DoesNotExist, use fallback label
When the selected object is deleted, keep selected_value so the filter
state matches the URL parameter. Use raw ID as fallback text so users
can still clear the filter via Select2.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update CHANGELOG.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update README changelog with issue #18 fix
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments