Proposal: Implement CORS & OAuth/OAuth2

2013-07-28 Thread Christian Schmitt
Hello, I'm Christian Schmitt and in my Company we are working with AngularJS and Django. Currently we are working on a application that makes heavy usage of Django HTTP Rest Framework. Since the web is growing and more and more the web develops from a pure HTTP Response / Request Web to a more

Re: Proposal: Implement CORS & OAuth/OAuth2

2013-07-28 Thread Aymeric Augustin
Hi Christian, On 28 juil. 2013, at 16:20, Christian Schmitt wrote: > 1. CORS: > (…) > This is very sad and django has no current solution for this. Maybe this > would also be cool to be configured in the Django-admin Django provides an API to set HTTP headers in responses. I don't know what h

Re: Composite fields -- (ir)regular status report #3

2013-07-28 Thread Michal Petrucha
> I did a quick review of the patch and didn't see anything that jumped out. > BTW when you want to merge a part of your work, please open a pull request. > Reviewing is much easier that way. I just opened a pull request [1]. The branch is up to date and it does not add any test failures that ar

Re: html email through from django.core.mail.send_mail and html email for password resets?

2013-07-28 Thread Russell Keith-Magee
Hi Justin, Correct - this should be handled as two separate tickets. If the patch for one ticket depends on a second, it's fine to have that dependency in the patches -- just note in the comments for the ticket when you upload your patch, or in the comment for the pull request. Essentially, we ju

Re: html email through from django.core.mail.send_mail and html email for password resets?

2013-07-28 Thread Justin Michalicek
Excellent, thanks again! First pull request is in along with a trac ticket. I should get a chance to knock out the password reset one some time in the next couple of days as well. It's a quick change and I've done most of it with subclasses on personal projects previously. On Sunday, July 28