nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Go Back to PyPi for Django Rest Framework #524

Open Andrew-Dickinson opened 1 month ago

Andrew-Dickinson commented 1 month ago

Go back to PyPI once DRF adds support for using Django's read-only permissions https://github.com/nycmeshnet/meshdb/blob/main/pyproject.toml#L11

Andrew-Dickinson commented 1 month ago

This PR was supposed to do that: https://github.com/encode/django-rest-framework/pull/8009 but it got reverted here https://github.com/encode/django-rest-framework/pull/9332 because it caused a regression for other folks (is fine for us). The commit we reference in pyproject.toml is from https://github.com/encode/django-rest-framework/pull/8009, so around DRF ~3.14 - we will eventually need to take patches from main, but perhaps we can rebase https://github.com/encode/django-rest-framework/pull/8009 when the time comes

Andrew-Dickinson commented 1 month ago

@WillNilges tried to revive things here: https://github.com/encode/django-rest-framework/pull/9315, but so far no response