diff --git a/docs/index.rst b/docs/index.rst index c096ad1..664e0c8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -400,6 +400,7 @@ FCM tokens, but in practice they are less than 200 characters long. Therefore, a should be sufficient and you can make it unique and index it even with MySQL: .. code-block:: python + from fcm_django.models import AbstractFCMDevice, FCMDevice as OriginalFCMDevice