From f0a5069b8e4b72f4fe2265dea3ffacbd6765dca0 Mon Sep 17 00:00:00 2001 From: Mohamed Ben Makhlouf Date: Thu, 14 Mar 2024 00:50:57 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2217a28..ca804cc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package allows you to quickly filter or group "chained" models by adding a custom foreign key or many to many field to your models. This will use an AJAX query to load only the applicable chained objects. -Works with Django version 2.2 to 4.0. +Works with Django version 3.2 to 5.0. **Warning**: The AJAX endpoint enforces no permissions by default. This means that **any model with a chained field will be world readable**. If you would like more control over this permission, the [`django-autocomplete-light`](https://github.com/yourlabs/django-autocomplete-light) package is a great, high-quality package that enables the same functionality with permission checks.