1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25279 -- Made prefetch_related_objects() public.

This commit is contained in:
Adam Chainz
2015-08-15 13:41:57 +01:00
committed by Tim Graham
parent d5f89ff6e8
commit ef33bc2d4d
5 changed files with 155 additions and 12 deletions

View File

@@ -312,6 +312,9 @@ Models
app label and class interpolation using the ``'%(app_label)s'`` and
``'%(class)s'`` strings.
* The :func:`~django.db.models.prefetch_related_objects` function is now a
public API.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~