On Sat, Dec 10, 2011 at 11:53 AM, Vinay Sajip <[email protected]> wrote: > I've created a page on the Django Wiki indicating what guidelines I > used when porting Django from 2.x to a single codebase for 2.x/3.x, > and which can also be followed by people wanting to port apps across > on the same basis. The first cut is at > > https://code.djangoproject.com/wiki/PortingNotesFor2To3 > > and I would welcome your comments - I'm sure I've missed a thing or > two. I will update the page as things occur to me or in response to > feedback about it.
Reading through these notes, a lot of the changes seem reasonably automatic. What do you think about using lib2to3 to write some custom fixers to do some of this grunt work automatically? Might help people port their Django sites/apps a bit easier, right? 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.
