Skip to content

Instantly share code, notes, and snippets.

@LucasMagnum
Created August 17, 2017 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasMagnum/f6060fe8bc0a1390aed0e27439eb029b to your computer and use it in GitHub Desktop.
Save LucasMagnum/f6060fe8bc0a1390aed0e27439eb029b to your computer and use it in GitHub Desktop.
Debugger prefetch related using to attr #djangotip02
# $ python app/manage.py shell
from products.queries import debugger_categories_list_active_subcategories_using_prefetch_attr
_ = debugger_categories_list_active_subcategories_using_prefetch_attr()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment