-
**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`
```
>>> …
-
I am trying to use social auth in Django in my Django GraphQL API (an alternative to rest api). However, after I created the social auth I created a costume user which make things a bit complicated. A…
-
I'm upgrading from 0.22.2 to 1.1.0 and many tests are failing. Previously I was overriding my Schema's __init__ and preforming my validations in there.
```
class MySchema(Schema):
def __init…
-
#### Description
*I have a model class A which has parent field which referential for the same model . I want to create a factory for this but some error occured *
#### To Reproduce
*When writin…
-
After upgrading our Django project from Django 1.11.8 to 2.2.6, along with pytest (from 2.9.2 to 5.2.0) and pytest-django (3.1.2 to 3.5.1), we started getting the following error in some of our test c…
-
I ran into an issue with a model I was trying to bulk patch that also has a unique_together constraint. Traceback is below. The issue here is that the UniqueTogetherValidator expects to be called from…
-
I am trying to use social auth in Django in my Django GraphQL API (an alternative to rest api). However, after I created the social auth I created a costume user which make things a bit complicated. A…
-
I use django for micro services architecture, in this case i have a API Gateway to control the auth users
in each micro service i need user id only, to filter and return data, validation of jwt and…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current…
-
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…