Re: Vote on Jira as bugtracker

2016-01-07 Thread Chris Cogdon
I used Jira at my previous company. It is a great tool, but it is _extremely_ heavyweight. Unless you need to high level of customisation of workflows and integrations it can provide, and have someone intimately familiar with it and/or have the nearly-full-time job of learning and fiddling with

Re: delegating our static file serving

2015-12-30 Thread Chris Cogdon
Also consider the media files could number into the millions (or bajizillions?). Particularly for, say, a image hosting application. Clearly it would not be feasible to enumerate all the files, and there would clearly be regular additions. It might be that this use case is simply "beyond the sc

Re: delegating our static file serving

2015-12-30 Thread Chris Cogdon
Also consider the media files could number into the millions (or bajizillions?). Particularly for, say, a image hosting application. Clearly it would not be feasible to enumerate all the files, and there would clearly be regular additions. It might be that this use case is simply "beyond the sc

Thank you to our security aware developers

2012-11-30 Thread Chris Cogdon
I want to give a big "thumbs up" to the folk that worked on InlineForeignKeyField, inlineformset_factory, and their friends. I just used inlineformset_factory for my project, saw that it was writing the parent id out into hidden form variables and, thinking that this seemed "unnecessary" and a

How do add ancillary, display-only data to each form in a formset?

2011-07-22 Thread Chris Cogdon
but that's really contorted) Thanks for reading this far... I hope someone can help. -- ("`-/")_.-'"``-._Chris Cogdon . . `; -._)-;-,_`) (v_,)' _ )`-.\ ``-' _.- _..-_/ / ((.' ((,.-' ((,/ fL -- You received this message

Re: Field localize useless

2010-10-20 Thread Chris Cogdon
That's probably a poor example. Australian postcodes should be a StringField with a validation constraint ensuring that its 4 digits. Why? Well, there are australian postcodes that start with 0 - Northern Territory - and they're not going to be displayed correctly with ANY reasonable localisation