dbkaplan / dry-rest-permissions

Rules based permissions for the Django Rest Framework
ISC License
376 stars 59 forks source link

Add latest version combination #57

Open yhoiseth opened 5 years ago

yhoiseth commented 5 years ago

I thought I'd start a small attempt at fixing #56.

yhoiseth commented 5 years ago

Hmm… It doesn't seem like an inspection is triggered. Maybe it's because I created a draft request.

yhoiseth commented 5 years ago

I don't know how valuable DRF 3.7 and 3.8 are to include, so I'm leaving those out for now.

yhoiseth commented 5 years ago

There are a lot of build jobs now, so I think I'll refrain from adding more unless anyone expresses interest. Cool to see that everything works even on Django 2.2 😀

johnthagen commented 5 years ago

To me, the most important part of this PR is testing with the latest everything: Python 3.7, Django 2.2 (LTS), and DRF 3.9.

Thanks!