Skip to content

Commit

Permalink
Update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jun 27, 2019
1 parent c6ac234 commit 4ba4c6f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
Changelog
=========

1.6.1 (2019-06-25)
1.6.1 (2019-06-27)
-------------------

Fixed:
- * `#176 <https://github.com/django-oscar/django-oscar-api/pull/176>`_ Fixed an issue where Child Products could not be updated with the Admin API
* `#176 <https://github.com/django-oscar/django-oscar-api/pull/176>`_ Fixed an issue where Child Products could not be updated with the Admin API
* `#179 <https://github.com/django-oscar/django-oscar-api/pull/179>`_ Make sure we don't use the ``.is_staff`` check anymore anywhere. This is now completely replaced with the *Admin API*.
* `#179 <https://github.com/django-oscar/django-oscar-api/pull/179>`_ Removed any functionality to create (``POST``) new baskets in the ``BasketList`` view. If any need of this exists, this should be implemented in the *Admin API*
* `#179 <https://github.com/django-oscar/django-oscar-api/pull/179>`_ Staff users are now allowed to login and do a regular checkout.

Updated the documentation to explain `OSCARAPI_BLOCK_ADMIN_API_ACCESS` a bit more.
Features:
* `#173 <https://github.com/django-oscar/django-oscar-api/pull/173>`_ Added missing checkout tests (samitnuk)
* `#178 <https://github.com/django-oscar/django-oscar-api/pull/178>`_ Send the basket addition signal in the ``AddProductView``
* `#179 <https://github.com/django-oscar/django-oscar-api/pull/179>`_ Check for the ``OSCARAPI_BLOCK_ADMIN_API_ACCESS`` setting to expose the *Admin API* at all. Useful for production websites where you completely want to disable this. Updated documentation for this.

1.6.0 (2019-06-13)
-------------------
Expand Down

0 comments on commit 4ba4c6f

Please sign in to comment.