On Sun, Feb 28, 2010 at 6:26 PM, Idan Gazit <[email protected]> wrote: > I'm looking at http://code.djangoproject.com/ticket/12359, and (with > some guidance from Alex_Gaynor), think that there's really two fixes > here: a short term, backwards-compatible fix which removes the forced > help_text appendage, and a long-term, backwards-incompatible fix which > adds a help_text layer to widgets so they can carry around > presentational help_text in addition to the field help_text which we > already have. > > The short term fix is managed via trac, and I'll spare the details > here as it's not really my question. > > The question is: where do we track these "only in 2.0" improvements? I > looked in trac for a 2.0 version target, but there isn't one.
2.0 ideas aren't getting tracked anywhere specific at the moment. This is mostly because we don't really have a plan for when 2.0 will happen, or what will be in it when it does. However, you're right that we should have a way of tracking ideas that are big backwards incompatibilities that we know we are going to make. I've just added a 2.0 milestone to track such ideas. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
