Re: Support byte range requests in django.views.static.serve

2014-04-14 Thread mdj2
Apparently, I don't know how to use Google groups. I think I sent something directly to Russell, and it wasn't posted here. Oops. Here it is again (from memory): It takes more than just running gunicorn. You'd have to setup Apache or Nginx in front. And if Django needs to handle the request fir

Re: Support byte range requests in django.views.static.serve

2014-04-14 Thread Adrian Holovaty
On Sun, Apr 13, 2014 at 11:30 PM, wrote: > Is the Django community interested in supporting HTTP range requests in > django.views.static.serve > ? > I definitely support this. I've gotten bitten several times by the developmen

Re: [GSOC] Shifting to Py.Test and Improving the Test Suite

2014-04-14 Thread Carl Meyer
Hi Chris, Just a couple notes to set the record straight: On Sunday, April 6, 2014 1:02:18 PM UTC-4, Chris Wilson wrote: > > Hi Andrew, > > I'm not a Django core contributor but just a user and occasional patcher. > I submit some comments on this proposal in the hope that they will be > useful

DEPs: Django Enhancement Proposals

2014-04-14 Thread Adrian Holovaty
Yesterday at PyCon, about a dozen people from the Django core team had a lunch meeting to talk about various ideas we should implement. One idea was to start doing a Django equivalent of Python's PEPs, which would serve as a formal way to document large new features/changes in Django. The goal wou

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Donald Stufft
On Apr 14, 2014, at 1:51 PM, Adrian Holovaty wrote: > Yesterday at PyCon, about a dozen people from the Django core team had a > lunch meeting to talk about various ideas we should implement. One idea was > to start doing a Django equivalent of Python's PEPs, which would serve as a > formal w

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Alex Gaynor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 For us, I think the value of a DEP is in putting the conclusion of a discussion in one place, rather than forcing everyone to read the entire thread to know how it went. To that end, I don't think anything needs to change about how we accept DEPs. A

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Aymeric Augustin
On 14 avr. 2014, at 19:51, Adrian Holovaty wrote: > One idea was to start doing a Django equivalent of Python's PEPs, which would > serve as a formal way to document large new features/changes in Django. Would it be interesting to retro-spec the major features added in the past? -- Aymeric.

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Michael Manfre
I think there would be value in adding DEPs for the major features that will ship with 1.7. Regards, Michael Manfre On Mon, Apr 14, 2014 at 2:17 PM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > On 14 avr. 2014, at 19:51, Adrian Holovaty wrote: > > > One idea was to start d

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Andrew Farrell
Who is responsible then for deciding what the conclusion of the discussion was? If there is no such person, how does the process handle the case when people talk past each other and don't actually come to a conclusion? On Mon, Apr 14, 2014 at 2:22 PM, Michael Manfre wrote: > I think there would

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Alex Gaynor
The same way we do now? On Mon, Apr 14, 2014 at 3:34 PM, Andrew Farrell wrote: > Who is responsible then for deciding what the conclusion of the discussion > was? If there is no such person, how does the process handle the case when > people talk past each other and don't actually come to a conc

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Albert O'Connor
+1 On Mon, Apr 14, 2014 at 3:39 PM, Alex Gaynor wrote: > The same way we do now? > > > On Mon, Apr 14, 2014 at 3:34 PM, Andrew Farrell wrote: > >> Who is responsible then for deciding what the conclusion of the >> discussion was? If there is no such person, how does the process handle the >> ca

Re: Support byte range requests in django.views.static.serve

2014-04-14 Thread Russell Keith-Magee
On Tue, Apr 15, 2014 at 1:42 AM, Adrian Holovaty wrote: > On Sun, Apr 13, 2014 at 11:30 PM, wrote: >> >> Is the Django community interested in supporting HTTP range requests in >> django.views.static.serve? > > > I definitely support this. > > I've gotten bitten several times by the development s

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Russell Keith-Magee
On Tue, Apr 15, 2014 at 2:17 AM, Aymeric Augustin wrote: > On 14 avr. 2014, at 19:51, Adrian Holovaty wrote: > >> One idea was to start doing a Django equivalent of Python's PEPs, which >> would serve as a formal way to document large new features/changes in Django. > > Would it be interesting t

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Mark Lavin
I'll be the first one to bite and submit one https://github.com/django/deps/pull/1 It needs a lot of work as noted in the PR but I'm happy to be a guinea pig for the process. Best, Mark On Monday, April 14, 2014 8:41:07 PM UTC-4, Russell Keith-Magee wrote: > > On Tue, Apr 15, 2014 at 2:17 AM,

Re: Revisiting multiline tags

2014-04-14 Thread Loic Bistuer
I'm +1 on this. I do "forms in the templates" with a `{% field %}` templatetag that controls labels, placeholders, help_texts, etc.; The lack of multilines statements makes it rather painful. It's interesting to note that Jinja2 supports this and we may be switching to it as the default templa

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Jannis Leidel
On 14.04.14 13:51, Adrian Holovaty wrote: Yesterday at PyCon, about a dozen people from the Django core team had a lunch meeting to talk about various ideas we should implement. One idea was to start doing a Django equivalent of Python's PEPs, which would serve as a formal way to document large

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Aymeric Augustin
On 15 avr. 2014, at 02:41, Russell Keith-Magee wrote: > On Tue, Apr 15, 2014 at 2:17 AM, Aymeric Augustin > wrote: >> \Would it be interesting to retro-spec the major features added in the past? > > I agree - there are a bunch of wiki pages that capture a lot of this > information; it wouldn't

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Russell Keith-Magee
On Tue, Apr 15, 2014 at 2:32 PM, Aymeric Augustin wrote: > On 15 avr. 2014, at 02:41, Russell Keith-Magee > wrote: > >> On Tue, Apr 15, 2014 at 2:17 AM, Aymeric Augustin >> wrote: >>> \Would it be interesting to retro-spec the major features added in the past? >> >> I agree - there are a bunch

Re: DEPs: Django Enhancement Proposals

2014-04-14 Thread Aymeric Augustin
On 15 avr. 2014, at 08:41, Russell Keith-Magee wrote: > ... and we should probably reserve DEP8 for our coding style guide :-) ... which brings the question of the relation between DEPs and online docs. We already have a coding style guide in the docs. I assume it's fine if DEP8 is just a link