The default values in some Base Models have been removed. #27
30
The new annotations module stores the validators.py file, where functions for validating various things are defined.
File __init__.py contains annotations of the DomainAnnotation type, which can be used to annotate the domain field in base models.
⚠Warning⚠: Some methods for validation are not defined. TODO: Define this methods
Fixed an error in the signup: when an exception occurred, the reserved object was not deleted
Changes on this Pull request
The default values in some Base Models have been removed. #27
30
The new
annotations
module stores thevalidators.py
file, where functions for validating various things are defined. File__init__.py
contains annotations of theDomainAnnotation
type, which can be used to annotate thedomain
field in base models. ⚠Warning⚠: Some methods for validation are not defined. TODO: Define this methodsFixed an error in the
signup
: when an exception occurred, the reserved object was not deleted