issues
search
MnogoByte
/
django-permanent
Yet another approach to creation of non-deletable and non-removable from db restorable django models.
71
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update deletion.py
#79
mositafan10
opened
3 years ago
0
Error on django > 3 when django-utils-six is not installed
#78
jasperoosthoek
opened
3 years ago
0
CSC-1893 Django3 support
#77
amatsukov-sugarcrm
closed
3 years ago
0
Django 3.0 Support
#76
mwfister
closed
9 months ago
7
get related object for all_objects
#75
malinich
opened
6 years ago
0
How CASCADE / SET_NULL should works for a "removed" PermanentModel?
#74
bashu
closed
4 years ago
2
Pass extra force parameter to pre_delete and post_delete signals
#73
B3QL
closed
6 years ago
0
Add installation instructions
#72
B3QL
closed
6 years ago
0
Add link to TravisCI
#71
B3QL
closed
6 years ago
0
Update docs to provide location for import
#70
TechNickAI
closed
3 months ago
0
Installation instructions
#69
jacobjove
opened
7 years ago
0
Restoring soft-deleted child objects of an object being restored
#68
helgihg
opened
7 years ago
0
README: Improved description of how Permanent.restore_on_create works.
#67
helgihg
opened
7 years ago
0
How is restore_on_create supposed to work?
#66
helgihg
opened
7 years ago
1
All objects bug - need check if self.field.remote_field.model has `all_objects` attribute
#65
kregoslup
closed
7 years ago
2
ModelAdmin
#64
cancan101
closed
7 years ago
2
let there be colour!
#63
bashu
closed
7 years ago
0
TypeError: _clone() takes exactly 1 argument
#62
deltadanger
closed
7 years ago
1
django-permanent-helpers
#61
bashu
opened
7 years ago
1
AttributeError: 'CustomValuesQuerySet' object has no attribute 'anotate'
#60
meteozond
closed
8 years ago
1
License file
#59
meteozond
closed
7 years ago
0
+ Add compability with django 1.10
#58
atin65536
closed
8 years ago
0
Fix for Django 1.10
#57
cancan101
closed
8 years ago
2
* several fixes
#56
atin65536
closed
8 years ago
0
Pickling queryset error
#55
atin65536
closed
8 years ago
0
Doesn't work with Django 1.10
#54
niebloomj
closed
8 years ago
4
Cannot restore based on removed date
#53
jeremi
opened
8 years ago
0
need check if self.field.remote_field.model has `all_objects` attribute
#52
quocduan
closed
7 years ago
6
remove return self.field.remote_field.model.all_objects
#51
quocduan
closed
8 years ago
1
Issue #49 fix
#50
soutys
closed
8 years ago
1
.values() use causes _clone() to fail with django < 1.9
#49
soutys
closed
8 years ago
1
- setup.py bugfix
#48
atin65536
closed
8 years ago
0
New release is broken for new installs
#47
aidanlister
closed
8 years ago
3
Issue #33
#46
atin65536
closed
8 years ago
0
+ add test for `restore_on_create` option
#45
atin65536
closed
8 years ago
0
Django 1.9
#44
atin65536
closed
8 years ago
0
set db_index=True in Defaults for FIELD_KWARGS
#43
cancan101
closed
8 years ago
3
Upgrade/django19
#42
jarekwg
closed
8 years ago
10
Work in progress on complete Django 1.9 compatibility.
#41
ydaniv
closed
8 years ago
1
Fix import_string for Django 1.9
#40
cancan101
closed
8 years ago
1
Replaced import_by_path with import_string for Django 1.8 compatibility
#39
ydaniv
closed
8 years ago
1
+ Added `pre_restore` and `post_restore` signals.
#38
atin65536
closed
8 years ago
0
Add support for Django 1.9 remove support for Django<1.7
#37
jarekwg
closed
8 years ago
0
ValuesQuerySet has been removed in 1.9
#36
andrew-ang
closed
8 years ago
1
import_by_path() has been deprecated.
#35
cancan101
closed
8 years ago
2
.updated not updated when object deleted
#34
jarekwg
closed
7 years ago
4
Defined behaviour for on_delete=models.SET_NULL
#33
aidanlister
closed
8 years ago
2
"Save with update_fields did not affect any rows" for removed object
#32
meteozond
opened
9 years ago
2
all_objects.select_related() filters out removed objects
#31
meteozond
closed
9 years ago
0
Support for multitable inherited models.
#30
AndySun25
opened
9 years ago
1
Next