From 79d4bae7f617028ca2c9d752aa674fbb6364c796 Mon Sep 17 00:00:00 2001 From: Ahmed Kamal Date: Tue, 24 Oct 2023 23:52:56 +0300 Subject: [PATCH] Update README.md to include the 4 choices rule --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 313a392..bd1093a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Django admin, the filtering sidebar gets long, cluttered and hard to use. This app contains the `DropdownFilter` class that renders as a drop-down in the filtering sidebar to avoid this problem. +**P.S.** It will only render the dropdown if the field has 4 or more choices, +if you have fewer choices it will render the normal filtering list. + # Usage Install: