-
### Issue description
Currently, the permissions for all tables and fields related to the org model are the same for superusers and analysts. We need to review those elements to determine whether the…
-
I have a model class with the following setup;
```
class Tenant(models.Model):
owner_store = models.ForeignKey(
SearchStaxUser, related_name="owner_store", on_delete=models.CASCADE, nu…
-
Hi, I'm not sure if this is a bug in the pre-release version or if it's working as intended. `Model` in this case comes from Django, and its metaclass is `ModelBase`. This code typechecks just fine on…
-
-
**Describe the bug**
Anytime I try to filter by annotation results I get an internal server error and label studio stops responding
**To Reproduce**
Steps to reproduce the behavior:
1. Try filte…
-
### 联系方式
_No response_
### MaxKB 版本
v1.6.1 (build at 2024-09-29T19:14, commit: 81ffe59c)
### 问题描述
向量化大的 Excel (20W+行)时,从来没有成功过,查了一下日志文件 **8/0/80a4d237-f66c-482b-915b-8ebef8bcb28c.log**,发现有报错,错误内容…
-
Hey,
Thanks for maintaining this list. I do not want to submit multiple pull requests without asking first if I should do that (since it's work for you and also for me)
I have a few projects whi…
-
![1573019004026](https://user-images.githubusercontent.com/39547788/68295561-067bcf00-00d6-11ea-84ca-797858ebea13.png)
![1573040288003](https://user-images.githubusercontent.com/39547788/68295562-067…
-
I am trying to run the following app.
```python
from django.db import models
from nanodjango import Django
from django.db.models import Model
from django.contrib.auth.models import User
fro…
-
Django==5.1, wagtail==6.2
when running "python manage.py migrate", the following error occurs -
```
Operations to perform:
Apply all migrations: admin, auth, contenttypes, home, sessions, tag…