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
|
|
@ -2,6 +2,7 @@ from paramecio2.libraries.db.corefields import CharField
|
|||
import ipaddress
|
||||
|
||||
class IpField(CharField):
|
||||
"""Field for save ip internet address values in db"""
|
||||
|
||||
def check(self, value):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue