Skip to content

Commit

Permalink
Merge branch 'master' of github.com:awesto/django-shop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 20, 2019
2 parents d15c11b + 47dd118 commit 69cbddb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
[![Software license](https://img.shields.io/pypi/l/django-shop.svg)](https://pypi.python.org/pypi/django-shop)
[![Twitter Follow](https://img.shields.io/twitter/follow/djangoSHOP.svg?style=social&label=djangoSHOP)](https://twitter.com/djangoSHOP)


**Release 1.0 has been released!**

**Django-SHOP** aims to be a the easy, fun and fast e-commerce counterpart to
[django-CMS](https://www.django-cms.org/).


## Version 1.1 is about to be released soon!

See below on how to install it using the Cookiecutter template.


## Build the database model out of the product's properties – not vice versa

Most e-commerce systems are shipped with a predefined database model for products. But products can
Expand Down Expand Up @@ -97,6 +99,9 @@ If you want to start with a fresh demo, please use the prepared
[Cookiecutter template for django-SHOP](https://github.com/awesto/cookiecutter-django-shop)
and follow the instructions.

To get a first impression of the upcoming release 1.1, please use this
[Cookiecutter template for django-SHOP version 1.1](https://github.com/awesto/cookiecutter-django-shop/tree/releases/1.1)


## Audience of django-SHOP users

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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 69cbddb

Please sign in to comment.