... | ... | @@ -189,11 +189,11 @@ Das Modell `CategoryLink` mit dem Feld `category` (foreign key auf `Category`) w |
|
|
- Das Feld `last_updated_at` (`DateTimeField`) wird hinzugefügt.
|
|
|
- Das Feld `last_updated_by` (foreign key auf `User`) wird hinzugefügt.
|
|
|
|
|
|
### `ModerationNotes`
|
|
|
### `ModerationNote`
|
|
|
|
|
|
Das Modell `ModerationMotes` mit den Feldern
|
|
|
Das Modell `ModerationMote` mit den Feldern
|
|
|
- `timeslot` (foreign key auf `Timeslot`), und
|
|
|
- `note` (nullable `TextField`)
|
|
|
- `notes` (nullable `TextField`)
|
|
|
wird hinzugefügt.
|
|
|
|
|
|
### `Host`
|
... | ... | |