Skip to content
Snippets Groups Projects
Commit 09c3e104 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add managed models to changelog

parent 51b3f267
No related branches found
No related tags found
1 merge request!1208Resolve "Data management for the Models `Room` and `SchoolTerm`"
Pipeline #135649 failed
...@@ -9,12 +9,17 @@ and this project adheres to `Semantic Versioning`_. ...@@ -9,12 +9,17 @@ and this project adheres to `Semantic Versioning`_.
Unreleased Unreleased
---------- ----------
The "managed models" feature is mandatory for all models derived from `ExtensibleModel`
and requires creating a migration for all downstream models to add the respective
field.
Added Added
~~~~~ ~~~~~
* Frontend for managing rooms. * Frontend for managing rooms.
* [Dev] Components for implementing standard CRUD operations in new frontend. * [Dev] Components for implementing standard CRUD operations in new frontend.
* [Dev] Options for filtering and sorting of GraphQL queries at the server. * [Dev] Options for filtering and sorting of GraphQL queries at the server.
* [Dev] Managed models for instances handled by other apps.
Changed Changed
~~~~~~~ ~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment