Tag: qsrf

Here you can see a listing of all the posts tagged with qsrf on this website.

  • Django's ORM-layer revamped

    Posted on April 27, 2008 at 17:31 +0200 Tagged with ,

    Malcolm Tredinnick today merged his queryset-refactor branch into Django's trunk, which means everyone using trunk will finally be able to for example using a more sane syntax for ordering resultsets (no table names anymore), update multiple objects with just one query, tell select_related() which fields it should follow (instead of every foreign key it comes across) and much much more.

    [more ...]

    0 comments