Re: [GSOC] Django-based project for the neuroinformatics community: neurostars.org

2014-03-06 Thread Paolo Coffetti
Hi Roman, I'm a software engineer currently working on my master thesis. I've been working with Python and Django for some years, in particular in the Open Access field, and I'm interested in NeuroStars project. Give me a day to read more about it and formulate my idea, then I will contact you

Re: [GSOC] Django-based project for the neuroinformatics community: neurostars.org

2014-03-06 Thread Russell Keith-Magee
On Thu, Mar 6, 2014 at 8:53 PM, Roman Valls GuimerĂ  wrote: > Hello Django-ers, > > I have been wondering if it would be appropiate to announce this here, but > since it's about Django and GSoC I thought about giving it a try, excuse me > if it's not. > > At http://incf.org, we

DRY date_format and datetime objects

2014-03-06 Thread Jon Dufresne
Hi, I am using Django 1.6. I find myself using date_format semi-regularly to convert datetime objects to strings in the DATE_FORMAT format. I feel like I am repeating myself quite a bit and need to remember to do this, else I receive the format -MM-DD, which, in my opinion, is less pleasant

Re: Revisiting multiline tags

2014-03-06 Thread Andre Terra
+1, for one simple reason: practicality beats purity. On Wed, Mar 5, 2014 at 10:23 AM, Daniel Ellis wrote: > +1 - I've had the same issue with sorl thumbnail. > > > On Wed, Mar 5, 2014 at 7:07 AM, Adam Serafini wrote: > >> +1 for multiline template

Re: Callable LazyObject?

2014-03-06 Thread Jeremy Dunck
(It's a change in the DB code, not the template, but your point stands.) I think I agree with you that changing LazyObject is risky when there's a workaround and it would be difficult to address the risk of callable(LazyObject()) becoming true. OK, thanks for feedback. On Thu, Mar 6, 2014 at

Re: Callable LazyObject?

2014-03-06 Thread Luke Plant
On 05/03/14 23:05, Jeremy Dunck wrote: > if ... > elif isinstance(value, LazyObject): > pass > elif callable(value): > ... My gut instinct is that if Django's template code has to be patched and special cased to accommodate this change, there will be lots of other code that needs to be

[GSOC] Django-based project for the neuroinformatics community: neurostars.org

2014-03-06 Thread Roman Valls GuimerĂ 
Hello Django-ers, I have been wondering if it would be appropiate to announce this here, but since it's about Django and GSoC I thought about giving it a try, excuse me if it's not. At http://incf.org, we launched a Stackoverflow-like website to engage the neuroscientific community, you can