From 9591494fee4377a76c52d2df0e2886c0cddaf933 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 30 Jun 2025 16:59:32 +0300 Subject: [PATCH] Features: 1) Add "dalf" package to dependencies for enhancing Django admin list_filter capabilities; 2) Update "notebook" package to version 7.4.4 and adjust its dependencies; 3) Integrate "dalf" filters in admin list_filter configuration; Fixes: 1) Correct admin list_filter configurations with appropriate DALF fields; Extra: 1) Update PyCharm project settings to use Google-style docstrings. --- .idea/evibes.iml | 4 ++-- core/admin.py | 7 +++++-- evibes/settings/base.py | 1 + poetry.lock | 25 ++++++++++++++++++++----- pyproject.toml | 1 + 5 files changed, 29 insertions(+), 9 deletions(-) diff --git a/.idea/evibes.iml b/.idea/evibes.iml index 0204deeb..a54ba5f9 100644 --- a/.idea/evibes.iml +++ b/.idea/evibes.iml @@ -1,8 +1,8 @@ -