#17258: Move threading.local from DatabaseWrapper to connections dictionary -------------------------------------+------------------------------------- Reporter: akaariai | Owner: nobody Type: New feature | Status: closed Component: Database layer | Version: SVN (models, ORM) | Resolution: fixed Severity: Normal | Triage Stage: Ready for Keywords: | checkin Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------------+-------------------------------------
Comment (by ramiro): In [17499]: {{{ #!CommitTicketReference repository="" revision="17499" Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends. Moved it to an auxiliary method in the SQLite3 backend cursor class. Did this to reduce the chances of us forgetting to port changes in DB connection setup process from the former to the latter one like it happened e.g. in r17205. Refs #17258. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/17258#comment:24> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.