Skip to content

Instantly share code, notes, and snippets.

View abrookins's full-sized avatar

Andrew Brookins abrookins

View GitHub Profile
@abrookins
abrookins / andrew.md
Last active July 15, 2020 03:11 — forked from gamesbrainiac/andrew.md
Andrew B Webinar Info

Date/Time

6th August 2020 - 7 PM CEST

Title

Database Performance Tips with Django

Description

@abrookins
abrookins / join_promotion
Created July 17, 2019 05:14 — forked from akaariai/join_promotion
Django join promotion
=========================
Join promotion in the ORM
=========================
[NOTE: We need better terms than promote and demote for changing the join
type. These terms are extremely easy to mix up. Maybe the ORM methods could
be to_inner_joins and to_louter_joins instead of promote_joins and demote_joins?
I tried to clean up the mis-usages of promotion/demotion but there could still
be some cases where these are mixed up]