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
|
|
@ -3,6 +3,7 @@ from paramecio2.libraries import datetime
|
|||
from paramecio2.libraries.db.extraforms.dateform import DateForm
|
||||
|
||||
class DateTimeField(PhangoField):
|
||||
"""Field for use and save dates in MySQL date format"""
|
||||
|
||||
def __init__(self, name, size=255, required=False):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue