Ramon Saraiva

Results 36 comments of Ramon Saraiva

https://github.com/ramonsaraiva/django-expiry/pull/5 tackles a bit of this issue, but is not enough for closing it.

@zmagajna do you still want this PR in? can you fix the builds?

I believe we can close this one.

```python def save(self, *args, **kwargs): application = Application.objects.create(form=self.form) ``` This seems to be related to this line, in `ApplicationForm` we initially create an application for that `form_id` with no e-mail....

@das-g could you provide an example of an e-mail provider that differentiates test@* from Test@* and points to different inboxes/users?

Yep. At the same time I agree it is something viable I doubt providers would allow something awful like that. But you do have a point :-)

@seedhisadak I also agree that `[email protected]` and `[email protected]` should be treated as different users/registrations.

I can probably take this one - would you mind registering an application under the django girls Tumblr account (https://www.tumblr.com/oauth/apps) and sharing keys (or sandbox keys if they exist) with...

Created a draft pull request with one approach I had in mind for triggering this update - let me know what you guys think about it and I'll finalize the...

No worries @amakarudze - I unplugged myself as well 😃 I'll go ahead and wrap this up in the following days then, thanks for the feedback.