issues
search
scoursen
/
django-softdelete
Soft delete for Django ORM, with support for undelete.
Other
376
stars
102
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump version to 0.11.3
#110
michael-provision
closed
1 month ago
0
Squashed migrations to support Django 5.1
#109
michael-provision
closed
1 month ago
0
Migration Error with Django 5.1. Probably due to use of 'AlterIndexTogether'/'index_together'
#108
Beschus
opened
2 months ago
1
Added missing migration file
#107
michael-provision
closed
3 months ago
0
Change to new index_together syntax
#106
pcarn
closed
3 months ago
0
`can_undelete` permission is not model specific
#105
wmacbmcd
opened
8 months ago
1
Switch to using pyproject.toml
#104
blag
closed
3 months ago
0
Fixes invalid using argument.
#103
emorozov
closed
1 year ago
0
`queryset = Model.objects.all()` not working using `django_tenants`
#102
alejandro-sisteya
opened
1 year ago
1
Add setting to prevent all object deletion
#101
matthewelwell
closed
1 year ago
2
Prevent all model entities from being deleted for OneToOneField relations
#100
matthewelwell
closed
1 year ago
2
OneToOneField relations deletes entire table if not marked as soft delete
#99
matthewelwell
closed
1 year ago
1
Rename constanats.py to constants.py
#98
decibyte
opened
1 year ago
1
Add filter function to soft delete query set
#97
adiTrullion
closed
1 year ago
0
add-filter-function-to-SoftDeleteQuerySet
#96
adiTrullion
closed
1 year ago
0
Persist change on related model instance
#95
decibyte
closed
1 year ago
5
Fails on reverse oneToOne relationship
#94
jasonfarkas
opened
1 year ago
2
Failed with first text.
#93
jasonfarkas
opened
1 year ago
0
:bug: Issue fix for one-to-one field #91
#92
PratikBodawala
closed
2 years ago
1
Issues with one-to-one field
#91
andregerbaulet
closed
2 years ago
0
CASCADE not working with Generic Relations.
#90
codehia
opened
2 years ago
1
New PyPi release needed to stop generating migrations files for package
#89
antsankov
closed
2 years ago
3
Declare id to be BigAutoField explicitly
#88
littlebtc
closed
2 years ago
0
feat: #76 hard delete option in django admin
#87
PratikBodawala
closed
2 years ago
0
Respect ForeignKey on_delete: SET_NULL, DO_NOTHING
#86
PratikBodawala
closed
2 years ago
1
Support django 4.0
#85
geolimber
closed
2 years ago
1
Tests not working with Django 3
#84
TAnas0
opened
2 years ago
1
Generate missing migration for BigAutoField change
#83
marknotfound
closed
3 years ago
0
django makemigrations command creates new migrations for softdelete package
#82
fizyk
opened
3 years ago
1
Using the "deleted" field in Filter does not seem to work
#81
us24man
opened
3 years ago
1
How to query all deleted items and how to deleted specific one
#80
AlenSci
opened
3 years ago
2
ADD SoftDeleteObject to user Model
#79
ahmedsafadii
opened
3 years ago
0
undelete softdeleted related fields
#78
shekarneo
opened
3 years ago
0
Fix for Django 3.0+ compatibility
#77
Mike3285
closed
3 years ago
0
Hard delete in Django admin
#76
Vayel
opened
3 years ago
2
How to add softdelete to user that subclass AbstractBaseUser ?
#75
HT-Moh
closed
2 years ago
1
No good way to undelete objects that don't know that they are deleted yet
#74
ralokt
opened
3 years ago
1
Can't `refresh_from_db` if model instance is soft deleted
#73
ralokt
opened
3 years ago
0
Problems with async stuff
#72
JustDevZero
closed
3 years ago
1
Bump version
#71
pcarn
closed
4 years ago
2
Doesn't work with SET_NULL
#70
professorhaseeb
closed
2 years ago
1
Allow SoftDeleteManager to use custom queryset
#69
pcarn
closed
4 years ago
1
Update setup.py
#68
bgunebakan
closed
4 years ago
0
Remove python2 compatibility
#67
bil-bas
closed
4 years ago
0
Parent deleted is always truthish in django 3.x
#66
arunpbk-stayqrious
opened
4 years ago
0
Latest Release 0.9.1 (Req'd For Django==3.0) Not on PyPI
#65
jjorissen52
closed
4 years ago
2
Updated Readme with usage Instructions
#64
rawteech
closed
4 years ago
0
Fails with django 3.0 and python3.8
#63
JustDevZero
opened
4 years ago
1
Undelete does not clear the deleted at field
#62
natehawkboss
opened
4 years ago
0
Django 3
#61
theunraveler
closed
4 years ago
1
Next