File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11from django .dispatch import Signal
22
3- pre_restore = Signal (providing_args = [ 'instance' ] )
4- post_restore = Signal (providing_args = [ 'instance' ] )
3+ pre_restore = Signal ()
4+ post_restore = Signal ()
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'django-permanent' ,
17- version = '1.1.8 ' ,
17+ version = '1.1.9 ' ,
1818 description = 'Yet another approach to provide soft (logical) delete or masking (thrashing) django models instead of deleting them physically from db.' ,
1919 author = 'Mikhail Antonov' ,
2020 author_email = 'atin65536@gmail.com' ,
3232 "Programming Language :: Python :: 2.7" ,
3333 "Programming Language :: Python :: 3.4" ,
3434 "Programming Language :: Python :: 3.5" ,
35+ "Programming Language :: Python :: 3.9" ,
3536 "Development Status :: 4 - Beta" ,
3637 "License :: OSI Approved :: BSD License" ,
3738 ],
You can’t perform that action at this time.
0 commit comments