PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Throws an exception on invalid date strings. More...
Public Member Functions | |
def | __call__ (self, fieldname, value) |
Throws an exception on invalid date strings.
Note that this simpy uses dateutil's parse(), so it won't validate more advanced dates.
Definition at line 62 of file validators.py.
def pafera.validators.DateValidator.__call__ | ( | self, | |
fieldname, | |||
value | |||
) |
Definition at line 68 of file validators.py.