Skip to content

Commit

Permalink
Update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 19, 2019
1 parent cc9783e commit 47dd118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog for django-SHOP

* Fix error in admin interface for ``Notification``detail view.
* Refactor all internal model checks to use classmethod ``check()`` provided by Django.
* Changed the field type of ``quantity`` in :class:`shop.models.defaults.cart_item.CartItem` and
:class:`shop.models.defaults.order_item.OrderItem` from ``IntegerField`` to ``PositiveIntegerField``.


1.0
Expand Down

0 comments on commit 47dd118

Please sign in to comment.