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:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user