-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No documentation #57
Comments
I would really love to see some documentation because I would like to use the library, but I don't know how to. How does one implement it after installing it? As I understand, after it is implemented, you can just delete objects by calling .delete() on them. |
Interesting to know if this project still is maintained) |
Oh, last commit 13 days ago so yeah, when i have time i will make pr for documentation |
I see you have a similar library in your repositories https://github.com/RedMoon32/django-softdelete-it. You have actual steps and all so I decide to use that. If you think that scoursen's library is better (even without documentation), say so, but I'm going to try out yours firs |
Well, i would recommend to still use this library because softdelete-it is kinda piece of sh*t ) It uses UUID rather than boolean field in model. So again use this, btw main part is easy and i will describe it: |
Hi, I actually just ran into "badly formed hexadecimal UUID string" error when trying to access all_objects. If I can get past that, the rest should be fine. I've finished implementing it (lol, used a boolean field "deleted" before and just filtered through all objects that have deleted=False). Do you perhaps know how I can access all soft deleted objects? Let's say I have a Model "Item". I'm currently trying to access all soft deleted Items. I'm currently using Item.all_objects.only_deleted(), but it throws the "badly formed hexadecimal UUID string" error. Any help would be appreciated. However, if it is too much of a struggle and it seems impossible, I'll go to the original softdelete thing. It's just that I've already implemented yours is all so want to see if I can make it work |
Well, first it's not my) i just forked it, and again this lib is better
пт, 28 июн. 2019 г., 22:13 Heinrich <[email protected]>:
… Hi, I actually just ran into "badly formed hexadecimal UUID string" error
when trying to access all_objects. If I can get past that, the rest should
be fine. I've finished implementing it (lol, used a boolean field "deleted"
before and just filtered through all objects that have deleted=False). Do
you perhaps know how I can access all soft deleted objects? Let's say I
have a Model "Item". I'm currently trying to access all soft deleted Items.
I'm currently using Item.all_objects.only_deleted(), but it throws the
"badly formed hexadecimal UUID string" error. Any help would be
appreciated. However, if it is too much of a struggle and it seems
impossible, I'll go to the original softdelete thing. It's just that I've
already implemented yours is all so want to see if I can make it work
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#57?email_source=notifications&email_token=AHSNMCI3D4ZAPHZDM2ZYAFLP4ZPEBA5CNFSM4H34MUF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY257WQ#issuecomment-506847194>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHSNMCJT7IVRMZVOUP6HHSTP4ZPEBANCNFSM4H34MUFQ>
.
|
Noted. In that case, if possible, please at doc to it? I'll work off of your current rough summary in the mean time. Thanks for all of your help! It is very much appreciated! |
|
Same here. Documentation would be nice for beginners like me. The readme is too vague. Does anyone know a better library? |
how the hell this library works, ! |
It would be great if you add documentation on available model and queryset actions, because reading someone's code is not the best way to understand how system works, i can add it btw
The text was updated successfully, but these errors were encountered: