Comparing version 0.1.17-alpha.1 to 0.1.17-alpha.2
@@ -11,3 +11,3 @@ const { FieldValidationError } = require('../errors') | ||
if ( | ||
typeof value !== 'undefined' && | ||
(typeof value !== 'undefined' || (!this.null && value === null)) && | ||
this.choices && | ||
@@ -14,0 +14,0 @@ !this.choices.includes(value) |
{ | ||
"name": "djorm", | ||
"version": "0.1.17-alpha.1", | ||
"version": "0.1.17-alpha.2", | ||
"description": "Django like ORM framework", | ||
@@ -39,3 +39,3 @@ "author": "Pavel Žák <pavel@zak.global>", | ||
}, | ||
"gitHead": "9dbf673eea4cda89c2c254547006aa949080c8a2" | ||
"gitHead": "16fe9590ba4e5683bcec9bec8f9453f982dac9b8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86089