Re: GitHub migration done!

2012-05-12 Thread Vinay Sajip
Hi Charles, > I setup a new mirror using hg-git: > >  https://bitbucket.org/django/django-hg-git > > I work for Bitbucket and I'll make sure the mirror is maintained. Thanks very much for doing this. Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Gr

Django 1.4 bug: Using cache_page and csrf_protect decorators results in a messy Set-Cookie response header.

2012-05-12 Thread Suteepat Damrongyingsupab
I'm using Django 1.4. According to the Django csrf docs, I decorate my class-based view in the urls.py as follows: cache_page(1800)(csrf_protect(MyView.as_view())) I kept reloading MyView page url and Set-Cookie header would be recursive like this: Set-Cookie: csrftoken="Set-Cookie: csrftoke

Re: Customizable Serialization check-in

2012-05-12 Thread Piotr Grabowski
Hi, This week I think about internal API for Serializer. I want that developers can eventually use it for better customization of their solutions. Next week I must learn for my exams so I suppose I will not do much with serialization project. I will try to resolve some issues about my API t

Re: Djangopeople.net status

2012-05-12 Thread Russell Keith-Magee
Hi Patrick, Thanks for the offer -- I'm sure we'll be in touch when we're at the point where hosting is required. Yours, Russ Magee %-) On Sat, May 12, 2012 at 3:02 AM, Patrick Altman wrote: > FWIW, Eldarion would be delighted to sponsor the hosting via Gondor at no > cost to DSF (or anyone el

Re: Proposal: Signal connection via "my_app.MyModel"

2012-05-12 Thread Dougal Matthews
On 9 May 2012 22:14, Yo-Yo Ma wrote: > This would allow for better decoupling of code, as well as a far > cleaner dependency graph. The dependancy will still be there, the string containing the dotted path would be a hard link. However, this will be hidden and a less obvious dependancy than a nor