修昊
修昊
Fix title bugs.
我发现 Gitee 与 Github 的 master 分支有所差异,且无法自动合并。
I've tried many ways to build the source code by `SuperBuild` but I cannot make the total process work. My VM environment: - Ubuntu 18.04 - GCC 8
In the [documentation](https://pdm.fming.dev/latest/usage/advanced/#use-pdm-in-a-multi-stage-dockerfile), `Dockerfile` depends on the `PEP582` and `__pypackages__`, which is enabled by default in version `1.*`. ```dockerfile # build stage FROM python:3.8 AS builder # install PDM RUN...
- Fix import error of `solo.util.*`. It should be `solo.data.*`
#### Trac ticket number [ticket-2259](https://code.djangoproject.com/ticket/2259#no1) #### Branch description This PR fixes a rendering issue with primary key fields in inline admin templates that occurs when the pk is in readonly_fields....