Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jan 16, 2018
1 parent c758c5f commit 1afb0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog
Features:
* Better support for the different ProductAttribute types in the serializer (including Entity when you implement a `.json()` method on your model)
* Added a filter to the ProductList view so you can query standalone/parent/child products (for example http://127.0.0.1:8000/api/products/?structure=standalone)
* The Product list and Product detail views use the same serializer now

Fixes:
* Added app_label to the `ApiKey` model so you don't need to have `oscarapi` in INSTALLED_APPS when using oscarapi middleware classes (when you don't need oscarapi specific models).
Expand Down

0 comments on commit 1afb0c5

Please sign in to comment.