-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**Describe the bug**
Define custom import form and add field, like this
```python
class VehicleImportForm(ImportForm): …
-
Items to draft/develop:
- changelog DB table/model. Possibility to use triggers, or some logic in a python script with django models.
- changelog file to be generated from DB at release and placed in…
fyvon updated
1 month ago
-
Book model: add Fields like title, author, ISBN, publication_date, and status (borrowed or available).
Author model : add Fields like name, biography, date_of_birth, and date_of_death.
User (bas…
-
Article, Comment에 있는 각각의 field들의 max_length들에 대한 스펙이 명시되어 있지 않은 것 같습니다. 임의로 설정하면 안 될 것 같은데 어느 정도로 설정해야 할까요?
-
I would like to know the best way to translate authorization models, like Group and Permission (standard way, meaning, not customized).
Modeltranslation works perfectly with my apps, but I don’t know…
-
Django provides translation features in models.
Using `gettext_lazy` when assigning `verbose_names` and `help` texts would help with internationalization.
-
I'm trying to save a Booking model in the django admin.
connection.schema_name shows the correct schema and the content type is there.
django.db.utils.IntegrityError
IntegrityError: insert or update…
-
Add a command to build a static site from your script.
I don't want to overload nanodjango with the kitchen sink, but this feels like a very useful feature - I've got several small static sites whi…
-
In the following scenario, the test case is resolved as `ERROR` by the test harness.
As a result, the inverted patch is discarded, because the current logic only accepts `FAILED` test status.
I…