kohlab

Results 6 comments of kohlab

Noting that a tweak to @mumumumu's workaround works for SET_NULL too (which was the problem in my case). ``` def NON_POLYMORPHIC_SET_NULL(collector, field, sub_objs, using): return models.SET_NULL(collector, field, sub_objs.non_polymorphic(), using) class...

Update: I discovered that `Platform` isn't supported on the web platform, ironically, so I changed the lines in `getGoogleToken()` to: ``` var urlScheme = kIsWeb ? 'https' : Platform.isIOS ?...

Ah, I see the issue. Django updated from 2.2 to 3.0 yesterday, and lots of stuff is breaking. I unwittingly "upgraded" by having `django = "*"` in my Pipfile. I've...

Can somebody explain how to use the new keys? The docs only explain how to generate a .pem from the old keys. https://github.com/jazzband/django-push-notifications/blob/master/docs/APNS.rst