Re: Django weekly updates?

2007-12-14 Thread Thejaswi Puthraya
> Wow, that's great. Sounds good too. If we did set up a mailing list > we all could collaborate on the changeset picks, blog post picks, etc. Why not have something like digg? True user generated democracy :) Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~

Databrowse improvement

2007-12-14 Thread Nick
Databrowse is cool, but one limitation is that the string representation of model instances is limited in length to 30 characters - via a hard-coded value in the __unicode__ method of the EasyInstance class. I have a patch that fixes this by adding a new setting for the string size limit in djang

Re: Django weekly updates?

2007-12-14 Thread Rob Hudson
On 12/13/07, Empty <[EMAIL PROTECTED]> wrote: > For those that enjoy an audio dump, for a commute or something, I've > put together a podcast called This Week in Django. It's a bit > experimental at this point, but I'm playing around with different > ideas. You can find more here: > > http://blo

Re: Better Support for static file serving via django

2007-12-14 Thread Kevin Menard
On Dec 12, 2007, at 3:19 PM, Robert Coup wrote: > > On 13/12/2007, Thomas Güttler <[EMAIL PROTECTED]> wrote: >> How can you check that only authorized users can access >> some files? >> >> Files which have a coresponding FileField in the model: How can >> you test that only some people are allow