django-notifications/notifications/base
Igor Malinovskiy efdd3ab086 Assign copy of kwargs instead of direct reference
Make a shallow copy of kwargs and assign it to the data attribute. 
It allows overriding the save method of the model which can modify data if needed.
2023-05-22 21:53:38 -03:00
..
__init__.py [models] Added AbstractNotification #202 2019-04-28 14:59:42 -04:00
admin.py [sample_app] Added sample app 2020-05-07 10:49:47 -05:00
models.py Assign copy of kwargs instead of direct reference 2023-05-22 21:53:38 -03:00