Re: What happens if a Fellow has a holiday?

2020-06-04 Thread Daniel Chimeno
Enjoy your week off! El jueves, 4 de junio de 2020, 12:47:57 (UTC+2), Carlton Gibson escribi贸: > > Hi all. > > Short answer is we don't really know, since we never take holidays. 馃檪 > > I though am having a much needed week off from tomorrow, to be back on the > 16th. > > Mariusz will need assi

Re: Idea: Allow queryset.get() and queryset.filter() to accept a positional argument for implicit primary key filtering

2018-11-06 Thread Daniel Chimeno
This is something I've also experimented while working with a shell, I often mislead the .get(pk), with .get(pk=pk), but only at the shell, not in the views or other places (not sure why). For that, I'm -1 to to include it in the core, and possible the best place is a third package app like djan

Re: Django template 'if ... is' feature design

2016-04-07 Thread Daniel Chimeno
The *is* comparator is quite error prone for misunderstanding it (as we could observed some times) maybe it worths to link python docs about it: https://docs.python.org/3.5/reference/expressions.html#is Well, that Python docs doesn't say to much (lack of examples) >>> a = 'pub' >>> b = ''.join([

Re: Django Integration

2016-03-05 Thread Daniel Chimeno
Hello, There are more information about the project in the doc page: https://channels.readthedocs.org/en/latest/ El s谩bado, 5 de marzo de 2016, 1:16:31 (UTC+1), Chad Paulson escribi贸: > > I was happy to read that part of the Mozilla Open Source Support program > funding that was recently awarded

Re: [Discussion] Legacy documentation / Boken docs Django v1.2

2016-02-17 Thread Daniel Chimeno
IMHO We should keep the older version of docs somewhere, ReadTheDocs it's fine. But we can't only remove them. We may notice the users instead of returning a simple 404. There are a lot of people still using those versions. To keep happy search engines, we should give a 301 to somewhere, not sure

Re: add prefered/default protocol in the sites framework #26079

2016-01-25 Thread Daniel Chimeno
Hi, I think the same in the case of: > >1. It would make data less portable between development (where SSL is >often not in use) and production. > > So maybe a settings option could work. El mi茅rcoles, 13 de enero de 2016, 14:21:14 (UTC+1), Eric Rouleau escribi贸: > > Hi > > I've creat

Re: FYI: pip install django is failing

2015-12-26 Thread Daniel Chimeno
There was a issue with pypi from some locations, although the status page doesn't say anything about it. https://status.python.org/ El viernes, 25 de diciembre de 2015, 13:03:05 (UTC+1), john...@gmail.com escribi贸: > > >pip install django --upgrade > Collecting djan

Re: MOSS Award to Django

2015-12-12 Thread Daniel Chimeno
Hi, Just saying congrats to people involved and the community. Great step for Django! El viernes, 11 de diciembre de 2015, 19:19:00 (UTC+1), Andrew Godwin escribi贸: > > Hi everyone, > > For those who haven't seen, Mozilla has awarded $150,000 to Django for > work on Channels and request/respons

Documentation tool

2014-09-06 Thread Daniel Chimeno
Hello, I'm looking for a documentation tool for my django project. Something like JavaDoc or PHPDoc, to be able to generate a HTML|PDF with the models, views, urls.. I've used sphinx to non-related Django projects, but I've never tried with Django Any suggest? Thanks. Chimeno -- You receiv