Re: Any inerest in Zlib pre-compressed HTML generator responses?

2016-08-15 Thread Curtis Maloney
On 16/08/16 09:10, Bobby Mozumder wrote: Hi, I also use generators for my views, and I use Django’s streaming views with my generators to stream responses, so that the web browser receives early responses and start rendering immediately before the view is completely processed. The web browser r

Re: Any inerest in Zlib pre-compressed HTML generator responses?

2016-08-15 Thread Jani Tiainen
Hi, To me it looks like this can live just fine outside Django core as a separate package since it doesn't look that it requires any changes to Django core itself. So for the community it doesn't need to be within Django core, you can already do it for all existing and future versions - which

Re: should blank POST data fallback to use model field defaults?

2016-08-15 Thread Tom Christie
It's not perfect but given that it's an inherent limitation of HTML checkboxes, I don't think that documenting that limitation is that big a deal. forms.BooleanField(required=False) feels like an odd combination to me in any case. One way we could potentially help users would be to error in that

Any inerest in Zlib pre-compressed HTML generator responses?

2016-08-15 Thread Bobby Mozumder
Hi, I’ve been using zlib compression on my custom view responses on my site (https://www.futureclaw.com). I do this before I even cache, and I store the compressed responses in my Redis cache. This effectively increases my Redis cache size by about 10x. It also reduces response times from my

Re: should blank POST data fallback to use model field defaults?

2016-08-15 Thread Tim Graham
While falling back to model defaults for empty data seems reasonable to me, documenting that it works "except for BooleanFields where you have to change the form field or widget to get this behavior" seems sad. If we go that route, how would you suggest to document handling that case (what cust

Re: should blank POST data fallback to use model field defaults?

2016-08-15 Thread Tobias McNulty
On Fri, Aug 12, 2016 at 9:58 AM, Tim Graham wrote: > A change in Django 1.10 inadvertently caused the following behavior change: > > class M(models.Model): > f = models.CharField(max_length=255, default='default_value') > > class MF(forms.ModelForm): > f = forms.CharField(required=False)

Re: CheckiO Community is looking for more ways to contribute into Open Source

2016-08-15 Thread Alexander Lyabah
Oh.. I don't know how did I missed "First steps" in this article. Thank you. This is what I was looking for. On Friday, August 12, 2016 at 2:19:06 PM UTC+3, ludovic coues wrote: > > There is a section in the django documentation about contributing :) > > https://docs.djangoproject.com/en/dev/int

Re: I'm looking for a part-time job in Django

2016-08-15 Thread Uri Even-Chen
Thank you, I'll read it. *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: I'm looking for a part-time job in Django

2016-08-15 Thread ludovic coues
Developer of Django are working on a voluntary basis, without being paid. If you are interested, you can read https://docs.djangoproject.com/en/dev/internals/contributing/ for more information. 2016-08-14 21:20 GMT+02:00 Uri Even-Chen : > Hi Asif, > > How can I become a developer of Django? Do yo