-
telemeta.util.backend.CustomElasticEngine is still buggy :
```
Traceback (most recent call last):
File "/opt/miniconda/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in ge…
-
my code
```
from guardian.shortcuts import assign_perm
# when user_or_group is a queryset
assign_perm(perm=perm, user_or_group=queryset, obj=obj)
```
raise error
```
File "/Users/zuili/.pyen…
-
We've seen several unhandled `TransportError` exceptions occur during `bulk_index` calls to `elasticsearch-py`:
https://github.com/toastdriven/django-haystack/blob/master/haystack/backends/elasticsea…
-
In line 8, the import statement is obsolete now.
-
Hi,
I've been trying to install AFS from scratch for some time now, but seem to fail at the last step, somewhere at yarn build_development.
My current setup is the following:
Debian 12.5, whi…
-
Posting to a BulkModelViewSet using the DRF api browser causes the following exception to be thrown. NB: the data has already been written to the db successfully before the exception happens:
```
Ty…
-
### NetBox version
v3.0.10
### Feature type
Change to existing functionality
### Proposed functionality
Currently, NetBox determines the relationships between prefixes and IP addresses dynamicall…
-
**Software versions**
* Django: 3.2.19
* mssql-django: 1.3
* python: 3.9
* SQL Server: 2017
* OS: win10
Error when trying to use bulk_update
I get the following error when trying to use bulk_…
-
**Software versions**
* Django: 5.0.1
* mssql-django: 1.4
* python: 3.11.4
* SQL Server: 16.0.4105.2 (mcr.microsoft.com/mssql/server:2022-latest)
* OS: unknown (mcr.microsoft.com/mssql/server:20…
-
**Describe the bug**
With a model using a unique_together constraint I see bulk_create_with_history making existence call checks to the DB for the constrained columns for every object being created. …