dimagi / django-prbac

Other
139 stars 38 forks source link

feature: please add support for django >= 5.1 #76

Open markdoerr opened 1 month ago

markdoerr commented 1 month ago

Dear django-prbac developers,

right now, django >= 5.1 is not supported based on setup.py.

Could you please test, if django >= 5.1 would still work and change the requirements ?

Thanx, mark

millerdev commented 1 month ago

@markdoerr thanks for your interest in django-prbac. Unfortunately we will probably not get around to this for a while. Pull requests are welcome.

markdoerr commented 1 month ago

Thanks @millerdev , for your fast reply. Since my resources are currently also limited, I will try the simpler approach, using Django's build-in permission system, as described in this post: RABAC in django

Let's see how far I come....