Added more docstrings to forms and fields
This commit is contained in:
parent
26dd863af8
commit
d04a7121df
20 changed files with 79 additions and 9 deletions
|
|
@ -5,6 +5,7 @@ from locale import format_string
|
|||
getcontext().prec=2
|
||||
|
||||
class MoneyField(DecimalField):
|
||||
"""Field for maintain money values for e-commerce shopping for example."""
|
||||
|
||||
def __init__(self, name, required=False):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue