From ba81b2da1b979445abd4b94d3c7f4322fa5cb723 Mon Sep 17 00:00:00 2001 From: David Miller Date: Wed, 8 Mar 2017 17:16:54 +0000 Subject: [PATCH] Note subrecord list API in the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfde78cc..0a872ef90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,11 @@ Opal 0.8.1 removes some minor features which, to our knowledge are not used by a We have re-named `opal.core.views._build_json_response` to `opal.core.views.json_response`. This will issue a warning for the remainder of the 0.8.x branch, before being removed entirely in Opal 0.9.0. +#### Subrecord List API + +We have added a list method to the default Opal JSON API for subrecords - you may now obtain a list of all instances +of a given subrecord from the API endpoint `/api/v0.1/$api_name/`. + #### Misc Changes Updates the custom `UserAdmin` so that the email, first and last name fields from the Django `User` model