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

Promote `.delete()` to a first-class method on the Model class #688

Closed os-nikita closed 2 years ago

os-nikita commented 2 years ago

Describe the feature as you'd like to see it Although delete is a passthrough method, the IDE - PyCharm specifically - doesn't recognise it as an available method. It would be nice to be able to see it offered in auto-completion in the IDE on the model directly.