Jared Morse

Results 10 comments of Jared Morse

It does seem a little silly that you can't just have underscore injected into a controller. @floydsoft would it be reasonable to add in something like this: ``` js .constant('_',...

@Lazzaro83 can confirm that I'm seeing the exact issue you are. 6.4.19 as well.

Try checking `user.__class__`. For me it's returning companies, not users, even though the data within is the user's data. In my code I've had to extract the user ID and...

Exactly, it tries to send the save request to the wrong URL. Thanks for looking into that!

Yeah I did that for myself, but it seems like something that would be really nice to have built-in. I can take a crack at it and submit a PR...

I found a decent way of recoloring using the transform property. [Gist](https://gist.github.com/jarcoal/0f8d205598401baaf414).

@jkphl glad you found it useful! Definitely feel free to put it in the docs.

Hi Cameron, I don't have much experience with Generic FKs, but I will definitely look into this.

Hi mandx, sorry about the delay. I looked into this and the get_context_data methods should seed the initial dehydrate method with it's excludes/fields. Haven't had time to test, so maybe...

It would be pretty handy if the adapter exposed a method like `send_password_reset_email` (similar to [these](https://github.com/pennersr/django-allauth/blob/6251d5e082542297b3670d424edfaca97a6fe9d8/allauth/account/adapter.py#L621-L644)) that could allow the customization of that email, beyond simply the template. I realize...