Inline Formsets Again

2009-10-28 Thread John Debs
ut after seeing this thread I'm going to take a shot at implementing FormSetField (or something like it) myself. If anyone has any code - or more arguments for or against that haven't been covered - I'd love to hear them before diving in. John Debs --~--~-~--~~~--

Re: Ticket #5025 - truncate filter, why hasn't it been accepted?

2009-12-29 Thread John Debs
On Dec 29, 9:08 pm, James Bennett wrote: > It is built in, though, it's just called "slice". The only thing > people seem to offer to differentiate this proposal from the existing > filter is that the proposed "truncate" would add an ellipsis at the > end, and honestly I'm not really convinced

Re: Ticket #5025 - truncate filter, why hasn't it been accepted?

2009-12-30 Thread John Debs
On Dec 30, 7:06 am, Russell Keith-Magee wrote: > Secondly, IMHO raw truncation based on characters is bad practice for > human readable text. A sentence is composed of words, not characters. > Truncating a sentence mid-word isn't a typographical practice that I > particularly want to encourage.

Re: Default project layout / directory structure

2011-03-13 Thread John Debs
I like the idea too, since I've run into a lot of situations where some more convention here would make a decision much easier to make. However, it isn't clear what exactly should be better defined and I think the first step to a serious proposal would be to figure that out. The only example that