SaeedRz96 / django-unfold-admin

RTL Unfold Django Admin Panel Theme
https://pypi.org/project/django-unfold-admin
MIT License
8 stars 0 forks source link

error: Invalid filter: 'length_is' #2

Open AliDvlpr opened 1 month ago

AliDvlpr commented 1 month ago

in the change page for models i got an error that shows this in browser:

Screenshot 2024-08-09 225422

SaeedRz96 commented 1 month ago

The length_is filter in this repository template has been removed from Django 5.1 and needs updates to fix this issue. Consider using Django < 5.1 to resolve the problem.

AliDvlpr commented 5 days ago

thanks 🙏