To clarify a little bit, the reasons I think it's a good idea are because: * It's simple and clean. * It doesn't require another setting, nor new middleware methods, nor new anything actually. * It makes Django inter-op a tiny bit better (if you want to use Django's ORM and request-linked commits in a different framework, well, now it's documented.)
On Wed, Mar 6, 2013 at 4:21 PM, Aymeric Augustin <[email protected]> wrote: > I'm leaning towards simply documenting that. I think we should also have that line be in wsgi.py commented out (I see a bunch of people using TransactionMiddleware in the wild, and we need to give them a very easy upgrade path). Jacob -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
