Salent Olivick

Results 18 issues of Salent Olivick

The db can be init,but if I try to migrate ,I would got an error: ` AttributeError: 'CharField' object has no attribute 'db_constraint' `

#### 描述问题: 使用amis-admin搭建的时候,crud的页面无法做到内联模式的直接改值,必须要点击编辑按钮才能修改。 #### 截图或视频: ![1663741275184](https://user-images.githubusercontent.com/47511274/191429315-c5700a11-15f9-4436-9d03-72dbf83b5986.png) 我想要的效果是文档这个位置:https://aisuda.bce.baidu.com/amis/zh-CN/components/crud#%E5%8D%B3%E6%97%B6%E4%BF%9D%E5%AD%98 #### 如何复现(请务必完整填写下面内容): 使用的sdk版本为2.2.0(用几个版本测试好像都不行,包括amis-adminl里面的版本,包含beta版本) ``` {"status":0,"msg":"","data":{"type":"page","title":"FieldTesting","body":[{"type":"crud","api":"FieldTesting/list","columns":[{"name":"name","label":"name"},{"name":"age","label":"age"},{"name":"name_inline","label":"name_inline","quickEdit":{"model":"inline","type":"text","saveImmediately":true}},{"name":"age_inline","label":"age_inline","quickEdit":{"model":"inline","type":"input-number","saveImmediately":true}},{"name":"married","label":"married"},{"type":"switch","name":"married_inline","label":"married_inline","quickEdit":{"model":"inline","type":"switch","saveImmediately":true}}],"quickSaveItemApi":"FieldTesting/patch/$pk","syncLocation":false}]}} ``` 使用的页面的json如下: ``` {"status":0,"msg":"","data":{"pages":[{"label":"Auth","children":[{"label":"User","url":"User","schemaApi":"User/schema"}]},{"label":"fieldtesting","children":[{"label":"FieldTesting","url":"FieldTesting","schemaApi":"FieldTesting/schema"}]}]}} ``` 5. 操作步骤 请简单描述一下复现的操作步骤...

need confirm

An error is reported when a function variable is a Python keyword. Like this: ```text "parameters": [ { "name": "from", "in": "query", "description": "起点坐标,39.071510,117.190091", "required": true, "schema": { "type": "string"...

### What version of gRPC and what language are you using? grpcio-1.62.1 protobuf-5.26.0 In fact, the first version I found this problem with was 1.57.1 ### What operating system (Linux,...

kind/bug
lang/Python
priority/P2
disposition/requires reporter action

fix a bug : #24](https://github.com/tiangolo/pydantic-sqlalchemy/issues/24)

When use pyinstaller package asyncmy, will get like this: ```python Traceback (most recent call last): File "main.py", line 11, in from asyncmy import connect File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module...

goods_desc = MDTextField(verbose_name="商品详述") 希望增加一个upload_path之类的参数,可以指定图片存储的中间路径,拼接到media上面去。 如果有需要,我可以pr

通过识别ipc视频流里面的人脸,然后进行质量检测并对重复人脸(包括动态追踪等手段)进行过滤,获取最优人脸。