As the list seems to be resuming from holiday hibernation, I risk causing another "don't you dare to push us" flame-bombing :) by proposing that the following get looked at before 1.1:
* `__import__(mod, {}, {}, [''])` causes double import of modules [1] After discussions on python-dev, an idiom emerged for a clean fix. Patch updated recently, Malcom had some concerns before, perhaps they should be discussed further here. Backwards-compatible, in scope for 1.0.X and 1.1. * Wrap help_text in "<span class="helptext"></span>" [2] Trivial patch, easy to review and commit. In scope for 1.1, but breaks backwards-compatibility a bit. General consensus seems to be that this is needed (as per JKM). * Cache miss (locmem cache backend is not thread-safe) [3] Again, the problem is clear and patch is trivial. In scope for 1.0.X and 1.1. * Formsets with data that violates unique constraints across forms are not marked invalid [4] Follow-up to http://code.djangoproject.com/ticket/8882 . In scope for 1.0.X, hopefully model validation will address this and similar issues in 1.1. http://code.djangoproject.com/ticket/8193 http://code.djangoproject.com/ticket/8426 http://code.djangoproject.com/ticket/9644 http://code.djangoproject.com/ticket/9493 Maybe we should arrange an online sprint ASAP, e.g. I myself am able to contribute time for fixing other things that need attention as well, but coordinating the effort would be nice. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---