Django Sprint this Saturday!

2010-11-08 Thread Iván Raskovsky
Hello everyone! Here in Argentina we're planning a Sprint[1] this Saturday to help with Django 1.3 We are going to participate from more than 4 Argentinian locations. We are very proud to count with Ramiro (cramm) one of the recently designated core commiters! There will be also, another Sprint in

Re: RFC: Add a "needinfo" state to triaging

2010-11-13 Thread Iván Raskovsky
On Sat, Nov 13, 2010 at 4:58 PM, SmileyChris wrote: > Here's another more forward solution, requiring less follow-up > triaging: > Have a "needsmoreinfo" resolution. Tickets can be closed with that > with a note to reopen it when more info is provided. +1 That would be great! It would be much ea

PSF Sprints Widening the Scope

2010-12-16 Thread Iván Raskovsky
Hi, for those of you that hasn't already heard, the "PSF Sprints" charter is going to start funding any Python related Sprints, including Django ones [1]. Cheers, Iván [1] http://pythonsprints.com/2010/12/15/widening-our-scope/ -- You received this message because you are subscribed to the G

More Class Based Views

2011-06-08 Thread Iván Raskovsky
Well.. I wasn't sure when to send this email, mostly cause I haven't had time to properly document everything, but Russ' talk Wither Django[0] seems to have done it. One of the points he mentions in what he'd like in 1.4 is "More Class Based Views". I've started working sporadically in an external

Re: More Class Based Views

2011-06-13 Thread Iván Raskovsky
On Wed, Jun 8, 2011 at 12:46 PM, Iván Raskovsky wrote: > Well.. I wasn't sure when to send this email, mostly cause I haven't > had time to properly document everything, but Russ' talk Wither > Django[0] seems to have done it. > > One of the points he mentions in

Re: Declarable FormSet and friends

2011-06-17 Thread Iván Raskovsky
On Fri, Jun 17, 2011 at 4:15 PM, Bas Peschier wrote: > Hello everyone, > > after discussion on IRC with rasca I opened up a ticket [1] about > making FormSets declarable. > > We have been down this route with ModelForm and it seems to make sense > to be able to declare your FormSet somewhere inste

RFC: More class based views, take two

2012-05-27 Thread Iván Raskovsky
The generic class based views were introduced in 1.3, since then they haven't seen much love. I feel the most wanted missing views are the formsets related ones (specially the inline_formsets related ones). I've written to the list some months ago[0] with no reply. Luckily I'll get more traction t

Re: RFC: More class based views, take two

2012-05-28 Thread Iván Raskovsky
Hi Andy, On Mon, May 28, 2012 at 7:30 AM, Andrew Ingram wrote: > Hi Iván, > > I'd temporarily given up on getting extra_views into Django because of > a blocking issue with pagination and formsets. > > Assuming a goal is to be able to build a new admin using class-based > views, there is a prereq

Re: Django's CVB - Roadmap?

2012-06-01 Thread Iván Raskovsky
Hi there, IMHO I think we are discussing two different topics here. The first one is documentation. I've just added a page to the wiki outlining the actual state of the CVB docs and some ideas on how we can improve it. Please fell free to expand/object/modify/destroy what I've written. I hope that

Re: Ticket 19445

2013-05-06 Thread Iván Raskovsky
Hi Luke, The static validation also breaks some third party apps like django-hvad[0] and makes it very ugly to work around[1]. I agree with removing it altogether, or at least make it simple to disable it when using apps that change the form dynamically. Regards, Iván [0] https://github.com/K

Re: Ticket 13023: Admin inlines, max_num, and extra

2010-03-16 Thread Iván Raskovsky
Hi Gabriel, here's a follow up after I asked in django-dev if I should file the ticket: http://botland.oebfare.com/logger/django-dev/2010/3/4/1/ Unfortunately I can't find my original conversation. One thing that might be important to take into consideration is that without the patch users without

Re: Proposal: Revised form rendering

2010-07-11 Thread Iván Raskovsky
Hi, thanks for the proposal! One thing that might be worth looking at is templatetag namespaces. There are a couple of issues that I see emerging with this changes. It's been mentioned before that one would like to render with different {% form %} tags different forms in one template, namespaces

Proposal: namespaces for template tags/filters

2010-07-12 Thread Iván Raskovsky
Hi everyone, templatetags namespacing is a recurring topic that has been brought up quite a few times [1, 2, 3, 4]. Once per year now since 2006. It has appeared in relation to other topics, or on it's own. The idea was approved by a core commiter once [5] and now it has re emerged with Russ' new p

Unreviewed ticket #13902

2010-08-10 Thread Iván Raskovsky
Hello everyone! Ticket #13902 [1] is my first code contribution to Django, and it has been unrevised for a few weeks now. I think the code might be improved, but I'm not so sure how. I've uploaded tests as well so it might be ready for checkin. I'd appreciate if someone can take a look at it. Tha

Re: Application, tempaltetags and namespace

2010-09-27 Thread Iván Raskovsky
On Mon, Sep 27, 2010 at 3:14 AM, Russell Keith-Magee wrote: > On Mon, Sep 27, 2010 at 1:43 PM, Mathieu Leduc-Hamel > wrote: >> Hi all, >> >> I'm curious to know if it's planned in the future to force the use of >> the complete name of the applications and the templatestags. I'll >> explain mysel