Fixes some documentation snafus
This commit is contained in:
parent
5c41a3576c
commit
2a850c49bc
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class Category(models.Model):
|
||||||
from this Category that each attendee may claim. This extends
|
from this Category that each attendee may claim. This extends
|
||||||
across multiple Invoices.
|
across multiple Invoices.
|
||||||
|
|
||||||
display_order (int): An ascending order for displaying the Categories
|
order (int): An ascending order for displaying the Categories
|
||||||
available. By convention, your Category for ticket types should
|
available. By convention, your Category for ticket types should
|
||||||
have the lowest display order.
|
have the lowest display order.
|
||||||
'''
|
'''
|
||||||
|
@ -129,7 +129,7 @@ class Product(models.Model):
|
||||||
pay for it. This reservation duration determines how long an item
|
pay for it. This reservation duration determines how long an item
|
||||||
should be allowed to be reserved whilst being unpaid.
|
should be allowed to be reserved whilst being unpaid.
|
||||||
|
|
||||||
display_order (int): An ascending order for displaying the Products
|
order (int): An ascending order for displaying the Products
|
||||||
within each Category.
|
within each Category.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue