BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.9k stars 201 forks source link

Feature: soft delete #901

Closed alm0ra closed 2 months ago

alm0ra commented 3 months ago

Fixes #534

in this PR i added new Document class with ability of soft delete

roman-right commented 2 months ago

Hi @alm0ra , Thank you for the PR. Could you please add tests for this?

alm0ra commented 2 months ago

@roman-right yes i can , but first i wanted to know is it ok to implement in this way? If it's ok i will add tests.

alm0ra commented 2 months ago

@roman-right i added tests. can you review?

roman-right commented 2 months ago

Merged, It will be published today.

@alm0ra could you please add a doc page for this when you have time?

alm0ra commented 2 months ago

@roman-right Yeah , i will open a PR soon .

jhamman commented 1 month ago

This looks like a super cool feature. Are the docs in progress?

alm0ra commented 1 month ago

@jhamman I haven't started it yet. But it has open issue #928