-
Right now [djangorestframework](https://github.com/pulp/pulpcore/blob/6b066da9a98690fd5f7639c2089ef65ca32869b8/requirements.txt#L14) to [3.15.2](https://pypi.org/project/djangorestframework/3.15.2/) s…
-
To use TenantModel with Django Rest Framework's ViewSets, the following refactor was necessary:
```python
# before
class MyModelViewSet(GenericViewSet):
queryset = MyModel.objects.all()
```
``…
-
See: https://github.com/encode/django-rest-framework/issues/7702
[DRF](https://www.django-rest-framework.org/) does not currently have a way to authenticate file downloads or serve them efficiently…
-
GitHub recommended security update (moderate vulnerability)
-
When long paths are not enabled on Windows, `uv sync` fails with an unclear error. However, when using pip, the error message is revealing the actual issue (path is too long).
Reference to the …
-
Hi,
When finding out why pip wouldn't install my requirements anymore for my project, I found out it's because `djangorestframework-jwt` doesn't work with (or is preventing installation of) `PyJWT`…
-
The version of django-stubs we can use depends on which Django release we're using 1.16.0 works with Django 3.2 through 4.1. Once django is updated we can remove this constraint
-
Hi,
I would like to thank you for this very helpful project!
I have used this one to make the authentication between my Frontend in Vuejs and my API.
Now, I would like to add Auth0 to be ab…
-
### Improper Privilege Management Vulnerability
**Description:**
I recently came across a Dependabot alert on GitHub regarding an improper privilege management vulnerability in `djangorestframewor…
-
I upgraded djangorestframework to 3.15.2 and found out that it is not compatible with django-comment-xtd 2.9.13.
Just checking if any active updates can address that.
Cheers.
Vulum updated
2 months ago