django-prefetch

Simple and generic model related data prefetch framework for Django solving the "1+N queries" problem that happens when you need related data for your objects.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install django-prefetch

Releases

Version Released Buster
Python 3.7
Bullseye
Python 3.9
Bookworm
Python 3.11
Files
1.2.3 2021-06-01    
1.2.2 2021-04-11    
1.2.1 2018-09-04    
1.2.0 2018-09-04    
1.1.0 2016-02-20    
1.0.1 2015-09-05    
1.0.0 2014-12-05    
0.2 2014-02-01    
0.1.1 2012-02-08      
0.1.0 2012-02-07      

Issues with this package?

Page last updated 2023-10-28 02:38:32 UTC