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
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
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
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
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,
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,
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
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
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
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
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
11 matches
Mail list logo