Chitrank-Dixit / django-fcm

Django FCM provides firebase cloud messaging to android or ios support for django apps
https://django-fcm.readthedocs.io/en/latest/
MIT License
54 stars 28 forks source link

Add created/updated fields to AbstractDevice model. #24

Closed hibernatedguy closed 7 years ago

hibernatedguy commented 7 years ago

creation_date : when the device was registered. modified_date : when did the last change happen [device become inactive or registration id changed].

Chitrank-Dixit commented 7 years ago

resolved it the other way with the fix of #26