Fixed doc block syntax
This commit is contained in:
@@ -116,6 +116,7 @@ Now the net_worth column of Catalog model will be automatically whenever:
|
|||||||
* A product is deleted from the catalog
|
* A product is deleted from the catalog
|
||||||
* The price of catalog product is changed
|
* The price of catalog product is changed
|
||||||
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
||||||
@@ -127,7 +128,7 @@ Now the net_worth column of Catalog model will be automatically whenever:
|
|||||||
|
|
||||||
|
|
||||||
catalog = Catalog(
|
catalog = Catalog(
|
||||||
name=u'My first catalog'
|
name=u'My first catalog',
|
||||||
products=[
|
products=[
|
||||||
product1,
|
product1,
|
||||||
product2
|
product2
|
||||||
|
Reference in New Issue
Block a user