-
Hi,
I am referring https://github.com/un1t/django-file-resubmit that will help me not to reselect file on a Validation Error. But somehow I am not able to implement that functionality using 'file_r…
-
Hi all,
Issue
====
So for 2 years that I have been using django-oauth-toolkit, I have been plagued with concurrency issues of the form
```
DoesNotExist: AccessToken matching query does not ex…
-
`hi i was trying to post in postman using some parameters like client_id and client secret and token which i got it from Facebook[enter image description here][2] developer app `
#here is my reqest
…
-
**WARNING:** Please do not report issues about missing Django, see
[README](https://github.com/PyCQA/pylint-django#installation)!
**TODO:** make sure to post the output of `pip freeze`
```
>>> …
-
**Describe the bug**
Models that are OneToOne related are producing an `RelatedObjectDoesNotExist` error using ModelSchema.
```
# models.py
class User(models.Model):
email = models.EmailFie…
-
I get this error when I try to use:
```
PUBLIC_MEDIA_BUCKET = S3BotoStorage_AllPublic(bucket='public-media')
```
in my models.
```
Traceback (most recent call last):
File "dev_manage.py", line 10…
-
Hello,
I have a problem with django-tenants. I am still learning to program, so it is possible that I have made a beginner's mistake somewhere.
I will explain what I am trying to achieve with a …
-
In the request `POST /zaken/api/v1/zaakinformatieobjecten` there are requests to the DMS that can be optimised. These are:
1. 7x requests `SELECT * FROM drc:document WHERE drc:document__uuid = '071…
-
**Describe the feature**
For OAuth2 Provider implementation, HTTP Basic Auth is optional for authenticating the client. However, the web framework (flask-oauthlib, django-oauth-toolkit, bottle-oaut…
-
This is a pretty advanced bug, unless you have knowledge of our REQ/validator framework.
Basically, it appears that we skip over validators if the function argument was provided via Django using `u…