On 2/21/08, isleshocky77 <[EMAIL PROTECTED]> wrote: > Is there any way someone could please merge changeset [5074] into the / > branches/0.96-bugfixes branch. It fixes ticket #3379.
Unfortunately, that's not really what the -bugfixes branches are for. They exist so that we can apply critical security patches or other show-stopper fixes to past releases. See, for example, the security fix released in October (http://www.djangoproject.com/weblog/2007/oct/26/security-fix/). We don't have the manpower to merge non-critical patches. Parallel lines of development simply aren't a possibility given our resources at the moment. I'd recommend one of two things: - Update to trunk, if possible. I can attest to the fact that it's quite stable; I'm running dozens of sites against the latest trunk right now. - Apply that patch to your local Django sandbox. There are a number of tools to help keep track of patches applied to upstream repositories (I use mercurial queues, myself). Good luck, Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
