MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
165 stars 48 forks source link

Datetime field can't be set to null #816

Closed BSN4 closed 9 months ago

BSN4 commented 1 year ago

Describe the bug You can't update() datetime field with None or Raw('NULL') it always accepts Datetime object