This is your friendly reminder the three "must-have" features on the
roadmap are due on two weeks -- Django 1.0 alpha is due for release on
July 20th.
We've got two sprints between then and now (see
http://code.djangoproject.com/wiki/Sprints) so I think we're in good
shape to get those things done. However, we need to focus on those
"big three" for the next few weeks.
Can I get a status report on how everyone feels about this date and
the features on the alpha list?
For my part, I plan to work on #2 (oldforms -> newforms in generic
views) late this week. Brian's patch is pretty much perfect, so it's
just a matter of a code review and a check in.
Jacob
#285 and related WSGI tickets are pretty much done. I think we have as
much as a solution as we're going to have regarding
backwards-compatibility and that change, so I'll check something in in
the next few days.
Malcolm
Since you're about to do #2 and Malcolm says #3 is essentialy done this
leaves us with newforms-admin only. My call for local sprinters in
Moscow resulted in 20+ participants so I'm optimistic that we'll have
enough eyeballs and hands to work on it. I even think that bugs may come
to an end sooner than the sprint :-).
Looking outside the alpha list, here's a quick update on the beta
tickets under my purview:
I'm predicting that #7210 isn't going to happen at this point; the
original submitter hasn't responded to comment from Malcolm or myself,
and Nicolas Lara (the aggregation GSOC student) has found a few
problems with the patch at a functional level. This isn't a huge
concern; the syntax can be added later without any backwards
compatibility problems, and there is a natural crossover with what
Nicolas is doing with aggregation.
#6095 is looking good. The only outstanding piece is admin
representation, and Eric Florenzano has indicated he will be sprinting
on this on Saturday. Rob Hudson has found one potential bug, which I'm
about to try and triage. I'll wait until newforms-admin lands in trunk
before I try and commit, but I have little doubt that it will land
soon after that merge.
Yours,
Russ Magee %-)
The comments that matter are either on the ticket itself, or have been
posted to django-dev (#7210 as a search keyword is pretty reliable).
I should also point out that Nicolas Lara (the aggregation GSOC
student) has done a lot of work on this area as part of his
aggregation work; before you jump in and potentially duplicate his
efforts, it would be worth checking with him.
One option might be to take on the task of extracting the F() parts
from his aggregation work as an independent patch - this would allow
#7210 to happen for v1.0, while avoiding duplication of effort.
Yours,
Russ Magee %-)
Jacob, FYI I just posted an updated patch for #3639 [1] that factored out some duplicate code and added a few more tests.
Gary