Ken.Chen

Results 1 issues of Ken.Chen

#### Example use a URLField like this : ``` class Test(Document): test = URLField(null=True) Test.objects.create(test='') ``` will get a error: ``` mongoengine.errors.ValidationError: ValidationError (Test:None) (Invalid scheme in URL: : ['test'])...