You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apis_metainfo: The self_contenttype field is removed from the RootObject. This means that all models inheriting from RootObject (i.e. all models inheriting from AbstractEntity) loose this field. For the models using the VersionMixin, this leads to a migration removing the self_contenttype field from the historic version of that model.
Features
apis_entities: add a feature code field to E53_Place (f8867db)
apis_entities: replace entity list templatetag with generic one (0d1abd6), closes #1576
apis_metainfo: drop self_contenttype field from RootObject (cf2ea10)
apis_vocabularies: drop apis_vocabularies app (3602f85)
collections: implement toggling collection without the parent (1d63c15)
core: update htmx script inclusion to v2.0.4 (0e63150), closes #1606
generic: allow to inject additional modules into lookup path (fa9ede2)
generic: fallback to custom create method if value is not an URI (15831c1)
generic: introduce a content_type property on GenericModel (c103b90)
relations: remove relation_ptr from columns selector (a697a78), closes #1612
relations: replace self_contenttype with content_type property (31c7191)
relations: replace relation list template tag with generic one (79d8691), closes #1577