YPCrumble

Results 66 comments of YPCrumble

Aha! I thought there was some magic going on somewhere. That's definitely hard for a reader to grok, but I suppose I would have started searching for `set_` had I...

Sounds good @medmunds. No need to make docs a module, I adjusted how we're excluding it and removed the `__init__.py` file.

Thank you for the review @medmunds !!! I wanted to respond to your thoughtful comments and also let you know I'm a little busy over the coming months until the...

I believe I'm getting the same issue - it asks for `var-annotated` on nearly every field in a model that inherits from django extensions' `TimeStampedModel`, for instance. I believe it...

@sergioisidoro doesn't this just use the order to get the device token? Isn't the device token already present in each `response` via `response.push_message.to`?

I think your insight that the responses are in the same order is what I needed for my use case. If I publish ten notifications, and only one fails for...