[GSOC] Multi-DB Status Update

2009-07-24 Thread Alex Gaynor
Hey all, I didn't get a ton of code written this week, however I have a very clearly laid out plan for how to handle custom Query classes now. It's my goal to get the code written and done this weekend while I'm at PyOhio (if you're in the Columbus area please come on out, it promises to be a gre

[GSOC] Multi-DB Status Update

2009-07-03 Thread Alex Gaynor
Hey all, This week was fairly productive. I got a lot of good docs done this week, as well as implementing the using option in the inner Meta class. For this next week I'm writing up a detailed account of the last API changes that multi-db will need. Specifically with resepect to get_db_prep_*,

[GSOC] Multi-DB Status Update

2009-06-20 Thread Alex Gaynor
Hey all, This past week I mostly finished off the m2m-refactoring work this week as well as fixing a few bugs Russ spotted in the multi-db code. For this next week I think I'm going to be working almost exclusively on docs, as Russ's wife just had a baby so I think spamming him with source code t

[GSOC] Multi-DB Status Update - Week 2

2009-06-05 Thread Alex Gaynor
Hey all, This has been a productive week for multiple database support in Django. Firstly I got all my original work into Django's SVN repository, in more-or-less atomic commits (they weren't perfect, but unfortunately most of the early work was anything but linear). Secondly all tests are now pa

[GSOC] Multi-DB Status Update - Week 1

2009-06-01 Thread Alex Gaynor
Hey All, Sorry about the delayed updated, I got busy on Friday and then I had the dash through the weekend. During the last week I implemented multiple database support for transactions (which was necessary to solve the postgres DDL problems I mentioned last week). I got this ton and have gradua

[GSOC] Multi-DB Status Update - Week 0

2009-05-16 Thread Alex Gaynor
Hi all, I officially began work this week (for some value of officially that doesn't include the official GSOC project starting :) ). I've had good success in getting a lot of the ground work laid, specifically I got the connections object in, updated a bunch of management commands for a --databa

Re: [GSOC] Multi-DB Status Update

2009-05-08 Thread Joey Wilhelm
Hi Alex, On Fri, May 8, 2009 at 16:04, Alex Gaynor wrote: > Hello All, > > I've spent the past week at EuroDjangocon, and as such I've had the > opportunity to discuss multi-db stuff with a bunch of very smart people. > Simon and I resolved the issue of DSNs vs. dicts (as long as Simon can > dyn

[GSOC] Multi-DB Status Update

2009-05-08 Thread Alex Gaynor
Hello All, I've spent the past week at EuroDjangocon, and as such I've had the opportunity to discuss multi-db stuff with a bunch of very smart people. Simon and I resolved the issue of DSNs vs. dicts (as long as Simon can dynamically add a new DB he's happy). Otherwise nothing has changed. Pers