Re: TemplateResponse and loader should handle request

2011-11-11 Thread ptone
Just wanted to point those in this thread to this ticket: https://code.djangoproject.com/ticket/17093 Such a refactor of the template system as outlined could eventually incorporate some of these ideas. -Preston -- You received this message because you are subscribed to the Google Groups "Dja

Re: Attach a technincal html response to email on server error

2011-11-11 Thread Karen Tracey
On Fri, Nov 11, 2011 at 9:35 PM, Ric wrote: > yeah i know it can be done... > > i can try to write it in future... it can be a subclass of something, > i have to open the code. > > You don't have to write anything, you just have to set include_html=True in the config for the Django-provided admin

Re: Attach a technincal html response to email on server error

2011-11-11 Thread Ric
yeah i know it can be done... i can try to write it in future... it can be a subclass of something, i have to open the code. could be an interesting contribute? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send e

Re: Removing pickle from cookie-based session storage

2011-11-11 Thread Donald Stufft
Can we provide a setting that lets you switch between the two? Then you can let developers choose their poison? On Friday, November 11, 2011 at 6:25 PM, hcarvalhoalves wrote: > On 10 nov, 18:05, Paul McMillan wrote: > > > There's no reason to not use JSON by default since it's adequate for > >

Re: Removing pickle from cookie-based session storage

2011-11-11 Thread hcarvalhoalves
On 10 nov, 21:21, Anssi Kääriäinen wrote: > On Nov 10, 10:05 pm, Paul McMillan wrote: > > > > > > > > > > > > There's no reason to not use JSON by default since it's adequate for > > > most cases where you need to store lightweight data client-side, since > > > it's most useful to use with FormWi

Re: Removing pickle from cookie-based session storage

2011-11-11 Thread hcarvalhoalves
On 10 nov, 18:05, Paul McMillan wrote: > > There's no reason to not use JSON by default since it's adequate for > > most cases where you need to store lightweight data client-side, since > > it's most useful to use with FormWizard and such, where the fields are > > easily serialized as strings. If

Re: Request for review / Multiple time zone support for datetime representation

2011-11-11 Thread Luke Plant
Just in case you were waiting for a reply, I've read your response and everything seems good to me. Luke On 10/11/11 07:46, Aymeric Augustin wrote: > Hi Luke, > > Thanks for the review! I've updated the branch with your suggestions. > > Here are a few comments -- when I have something to say o

Re: Django sprint in North Carolina, Nov. 12-13, 2011

2011-11-11 Thread Tobias McNulty
Hi All - Just a quick reminder that the Django sprint in NC is being held tomorrow and Sunday here in Carrboro. For more information: https://code.djangoproject.com/wiki/Sprint20TriangleNC Join us on IRC in the #django-sprint channel if you can't make it in person. We'll be on from about 9

Re: Python 3 and you

2011-11-11 Thread Kee
Jannis, that's great news indeed, I'll help with testing. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/jzva36TUYGcJ. To post to this group, sen

Re: Localization on User model

2011-11-11 Thread Hanne Moa
On 10 November 2011 18:53, hcarvalhoalves wrote: > I believe the solution is to actually figure a migration path to move > everything that is non-essential to outside the User model. To > identify a User, it should be enough to have username, password and > permissions, and have the rest of the fi