-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.40.1
### Steps to Reproduce
I installed Sentry on my Django app using the following settings code and the Sentry UI catches except…
-
This project needs comprehensive documentation. Optimally, it would be stored on ReadTheDocs.
-
当我标注的时候,选择文本内容,并未自动弹出标签,这是为什么呢?
![image](https://github.com/doccano/doccano/assets/110662274/024cdcbc-4592-4417-b2cb-c16627f96502)
-
hello there!
I'm not a rust developer but I have used python/django and I really like Django ORM but it has some issues which till now it doesn't support async very well and it becomes a problem for …
-
On /api/docs endpoint i get this html error.
Python version: 3.11.3
Django version: 4.2.2
Django-Ninja version: 0.22.1
Django-Ninja-Extra 0.18.9
With previous version everthing works fine.…
-
Hello, thanks for your work on Ninja.
Today I debugged an issue where a DRF endpoint which calls `int(self.kwargs['a_uuid_path_param'])` started crashing. The cause is we added a new part of our AP…
-
Работа слишком большая для одного :)
1. Попробуй сделать доступ ко всем приложениям через nginx, а не так как это реализовано сейчас - пробросом портов.
2. Рекомендация: попробуй прикрутить WYSIWYG …
-
### Description
Hey, it's me again.
Creating schema instances from an empty dictionary generates values for fields that have a `default` defined.
Maybe i misunderstand how ModelSchemas are supp…
-
Is there a way to define defaults for an array?
```
{
'type': 'array',
'items': {
'type': 'string',
'choices': ['Eggs', 'Milk', 'Juice'],
'widget': 'multiselect'…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …