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
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_*,
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
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
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
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
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
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