-
When opening the 'Objects' page postgres temporarily times out while gathering all records for the page. This occurs when having a lot of objects (currently 27k objects). After waiting for some time i…
-
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',
…
-
I installed django-url-filter 0.3.15 and Django 4.2.1 and got the following error:
`ImportError: cannot import name 'ungettext_lazy' from 'django.utils.translation'`
Line 9 of validators.py shoul…
-
Line in the model:
`manufacturer_id = HexadecimalField(max_length='4', default='2C2D', help_text="The manufacturer ID in hex, as it appears in the mbus frame") # Ex 2C2D`
Error:
```$ python manag…
-
I have a problem with `TenantAccessMiddleware`. When user authentificated in public after in my public I receive this error: 'WSGIRequest' object has no attribute 'tenant'
```python
SHARED_APPS …
-
The new 3.15.0 release introduced a bug with validation unique constraint.
Code to reproduce an error:
```
from django.db import models
from rest_framework import serializers
class Pet(models…
-
I have error on arrayfield I dont why it saus
`AttributeError: module 'djongo.models' has no attribute 'ArrayField'`
```python
from djongo import models
class User(models.Model):
....
…
-
I got the following error with Python3.10, Django4.1.7, and try it with different version of pydantic without success. Please specify the module version. Thanks.
=======================
Watching…
-
It appears to me as though the solution implemented in https://github.com/jazzband/django-oauth-toolkit/pull/1276 is not sufficient.
I still need to send a `client_secret` with the request as an e…
-
self.validators[0] = MaxValueMultiFieldValidator(self.max_length)
IndexError: list assignment index out of range
django==4.1.1
django-multiselectfield==0.1.12