-
I would like to know the best way to translate authorization models, like Group and Permission (standard way, meaning, not customized).
Modeltranslation works perfectly with my apps, but I don’t know…
-
## Checklist
3.15 added support for unique constraint validators in serializers: https://github.com/encode/django-rest-framework/pull/7438
This unfortunately breaks when it comes to list seriali…
-
I tried to update my Django application (which uses django-comments-xtd) to Django 2.1.
At the moment I get the following error:
```
Unhandled exception in thread started by
Traceback (most rec…
v-gar updated
5 years ago
-
Sometimes the user exists in `info.context.request.user`, but sometimes that fails, but using `django.contrib.auth.get_user(info)` returns a user. Sometimes neither work, despite having a valid JWT we…
-
**"jsonfield" lib has no updates from 2020 and has problems with PostgreSQL**
There is a problem on PostgreSQL when try to filter with nested queryset on "data" field which is from lib "jsonfield".
…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
when ever I tried to import an excel sheet , I am getting the follo…
-
I've tried to capture a stacktrace, but the error seems to take down my terminal. I've exported the contents of a shapefile to CSV using `GeoPandas`:
```
In [1]: from django.conf import settings
…
-
## Describe the bug
Sidenote: thank you so much for the m2m field tracking! Stopped me migrating a large project to django-pghistory.
Unfortunately it doesn't work correctly in the admin integra…
-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
Article, Comment에 있는 각각의 field들의 max_length들에 대한 스펙이 명시되어 있지 않은 것 같습니다. 임의로 설정하면 안 될 것 같은데 어느 정도로 설정해야 할까요?