Skip to content

Commit

Permalink
Updated documentation lay-out
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Jacobs committed Jul 4, 2017
1 parent f86538d commit d8a80ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Changelog
1.1.4 (2017-07-04)
-------------------
Features:
* #102 Let the ProductAttribute and ProductAttributeValue serializer fields be overridable by settings (yazanhorani)
* #101 Don't delete anonymous basket which are merged after login, leave them in the database with the status `MERGED` (aleksandrpanteleymonov)
* #102 Let the `ProductAttribute` and `ProductAttributeValue` serializer fields be overridable in the settings (yazanhorani)
* #101 Don't delete anonymous basket which are merged after login, leave them in the database with the status ``MERGED`` (aleksandrpanteleymonov)

Notes:
Before this release, anonymous baskets where merged in the `LoginView` and after being merged, deleted. This behaviour is now removed, so anonymous baskets remain in the database and have the status MERGED (This is more in the direction of how Oscar is working). You can change this behaviour by overriding the `merge_baskets` method / hook in the `LoginView`, or you should add a cron job to cleanup old baskets with the status MERGED from the database.
Before this release, anonymous baskets where merged in the ``LoginView`` and after being merged, deleted. This behaviour is now removed, so anonymous baskets remain in the database and have the status ``MERGED`` (This is more in the direction of how Oscar is working). You can change this behaviour by overriding the ``merge_baskets`` method / hook in the ``LoginView``, or you should add a cron job to cleanup old baskets with the status ``MERGED`` from the database.


1.1.3 (2017-05-23)
Expand Down

0 comments on commit d8a80ba

Please sign in to comment.