-
# Feature Request
it would be very useful if forms could display instant feedback. One problem I often encounter with instant validation in Django is that POSTing to a form route results in the data …
-
repro:
* set some $BASEDIR for files
* git clone https://github.com/python/typeshed.git $BASEDIR/typeshed
* cd $BASEDIR/typeshed; git checkout f36d7a3cd3a77c1199fd6cc657ea4eb4b4416e56; rm -rf thi…
-
- [x] a detailed description of the bug or problem you are having
- [x] output of `pip list` from the virtual environment you are using
- [x] pytest and operating system versions
pyetst 6.2.4, pyth…
-
A `ReadOnlyModelViewSet` and `ModelViewSet` like would be great.
(more info at http://www.django-rest-framework.org/api-guide/viewsets/)
This is as far I could get:
```
from rest_framework import mi…
-
There is a race condition in PUT and PATCH operations where a user can edit a model instance at the same time as another user. Consider the following two operations occurring in parallel:
1. PATCH …
-
This is related to the closed issue #17 that deals only with direct lookups.
I have the default `HASHID_FIELD_LOOKUP_EXCEPTION = False`, which works for as expected if I look up an object by primar…
-
Hi, I've developed some solution for DRF that allows you automatically return the needed field with the language set in the query params. It's only a draft but I would like to make it a part of this l…
-
I am trying to build a basic implementation of django-transitions following the example [here](https://django-transitions.readthedocs.io/en/latest/quickstart.html).
It seems to me that I did everyt…
-
I like sass variables and they're great during buildtime. But projects that need a microfrontend architecture (i.e. webcomponents) tend not to rebuild components. They rather reuse existing components…
-
### Steps to reproduce
1. pip install django==2.1.7 djangorestframework==3.9.2 pylint-django==2.0.6
2. using given file below, run pylint on it
```
from rest_framework import mixins
class L…