dry-rest-permissions icon indicating copy to clipboard operation
dry-rest-permissions copied to clipboard

Project status - Is this project maintained?

Open johnthagen opened this issue 5 years ago • 6 comments

The last commit for this project is from over a year and a half ago and a PR for adding support for new versions of Python, DRF, and Django has not been commented on for months (#57).

We are trying to evaluate whether this project is a safe bet to use for a new project, or whether we should instead only consider a more maintained package, like django-guardian and django-rest-framework-guardian.

Is this project still maintained? If not, at a minimum the README should be updated to reflect this.

johnthagen avatar Jul 13 '19 13:07 johnthagen

The question answers itself.

dbinetti avatar Jul 13 '19 14:07 dbinetti

I am going to vendor this project on my drf-exensions package.

auvipy avatar Nov 07 '19 17:11 auvipy

no commits on @dbkaplan 's repo for over 2 years. time to take this up outside this repo. Is there a way to fork and ask PyPI for a new submission. I am willing to help here

jberends avatar Mar 21 '20 08:03 jberends

@johnthagen @auvipy @jberends

Hey everyone! Just to let you know that we took in charge a fork of this project and that we put it available on Pypi! :tada: :tada:

Our github repository -> https://github.com/FJNR-inc/dry-rest-permissions

Do not panic, even if the PyPi is now named django-dry-rest-permissions and that you will need to update your requirements the usage of the package is 100% compatible without change of code. :smiley:

Better than that you can now use it with Django 2.2 and Django 3.0 to be up-to-date!

Let us know in the Issues and PR of our fork if you have some requests, idea or contribution to merge! We will be happy to welcome anyone that want to help to make this package great again!

RignonNoel avatar Jun 10 '20 23:06 RignonNoel

@RignonNoel Very cool. You should also consider opening a PR to change the reference in the DRF docs that point to this repo to your new project, since it will be maintained now.

johnthagen avatar Jun 10 '20 23:06 johnthagen

@johnthagen Excellent idea! Thanks for the tips, really appreciate.

I just did it: https://github.com/encode/django-rest-framework/pull/7374

RignonNoel avatar Jun 10 '20 23:06 RignonNoel