[GSoC 2012] Schema Alteration API proposal

2012-03-18 Thread Kushagra Sinha
Abstract -- A database migration helper has been one of the most long standing feature requests in Django. Though Django has an excellent database creation helper, when faced with schema design changes, developers have to r

Re: auth.User refactor: reboot

2012-03-18 Thread Joe Tennies
A feature I would love to see is the ability to support multiple forms of authentication for a single user account. (One account to many credentials.) On Sat, Mar 17, 2012 at 11:19 PM, Ian Lewis wrote: > Hi, > > On Sun, Mar 18, 2012 at 9:41 AM, Russell Keith-Magee > wrote: > >> 1. Django should

Re: Ticket 16317 https://code.djangoproject.com/ticket/16317

2012-03-18 Thread ptone
On Friday, March 16, 2012 7:00:32 AM UTC-7, Marcob wrote: > > The ticket 16317 has a very nice 4 months old patch (it's has a two > lines fix, remainder are just test fixes). > It was marked for 1.3 version but now it's better to change it to 1.4 > version. > As I really hate to patch django

Re: Ticket 16317 https://code.djangoproject.com/ticket/16317

2012-03-18 Thread Simone Federici
On Sun, Mar 18, 2012 at 17:19, ptone wrote: > If all looks OK, comment that you have done the above and mark "Ready for > checkin" Thanks Preston, I've update the patch a the current revision (the content is not changed) I'think is ready for checkin, test are included on fixtures testcases ht

Re: [GSoC 2012] Schema Alteration API proposal

2012-03-18 Thread Russell Keith-Magee
On 18/03/2012, at 7:38 PM, Kushagra Sinha wrote: > Abstract > -- > A database migration helper has been one of the most long standing feature > requests in Django. Though Django has an excellent database creation helper,

Re: GSoc Improved Error Reporting Project

2012-03-18 Thread Russell Keith-Magee
On 18/03/2012, at 5:44 AM, melanie.s@googlemail.com wrote: > Hi, > > My name is Melanie Rao, I am a student at the University of Edinburgh. > In the final year of my Bachelors in Artificial Intelligence and > Software Engineering, I was hoping to work on an open source project > this summer,

Re: auth.User refactor: reboot

2012-03-18 Thread Ian Lewis
Hi, On Mon, Mar 19, 2012 at 1:00 AM, Joe Tennies wrote: > A feature I would love to see is the ability to support multiple forms of > authentication for a single user account. (One account to many credentials.) You can do this already with Django auth by specifying multiple backends to the AUTHE

Re: Login on the fly.

2012-03-18 Thread Andre Caldas
Sorry! I forgot to change the "GET" back to "POST" and uncomment the first two lines inside process_request. André Caldas. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups

Login on the fly.

2012-03-18 Thread Andre Caldas
Hello! I have dedicated this weekend to learn Python and Django! I am really, really impressed! Everything is so well written and so well documented! When I get to know a knew language or a knew framework, I always end up with the impression that I could have done much better. But with Django I kn

Re: Login on the fly.

2012-03-18 Thread Honggang Wang
Hi Andre, In order to contribute to Django, you may want read the guides first: https://docs.djangoproject.com/en/dev/internals/contributing/ Regards, -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to d

commit_on_success leaves incorrect PostgreSQL isolation mode?

2012-03-18 Thread Christophe Pettus
While exploring the Django transaction stuff (in 1.4rc1), I ran across the following behavior. I use commit_on_success as the example here, but the other transaction decorators/context managers have the same issue. It seems to me to be a bug, but I wanted to confirm this before I opened an iss